Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 452 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 452 Bytes

Devausor.us

A simple url shortener

Installation

Install devausor.us with npm

  git clone [email protected]:DamienFoulon/devausor.us.git
  cd devausor.us
  npm install

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

APP_URL

Run

To run this project run

  npm run start

Authors