A simple URL shortener developed with Node.js and Pug as template engine.
Install URL-shortener with npm
cd URL-shortener
npm install
npm run dev
To run this project, you will need to add the following environment variables to your .env file.
DATABASE_URL
With the corresponding url of your mongodb database (remember to whitelist your IP address).