A simple url shortener
Install devausor.us with npm
git clone [email protected]:DamienFoulon/devausor.us.git
cd devausor.us
npm install
To run this project, you will need to add the following environment variables to your .env file
APP_URL
To run this project run
npm run start