URL shortner made using NodeJS and MongoDB served over Heroku at https://url-shortner-99.herokuapp.com/.
git clone https://github.com/sarthak-sehgal/url-shortner
cd url-shortner
npm install
- Change BASE_URL to "http://localhost:8000/"
- Change dbUrl to your local MongoDB database URL
- Change URL to "http://localhost:8000/shorten"
PORT = 8081
DB_USERNAME="your_db_user_username"
DB_PASSWORD="your_db_user_password"