This is an example of how to make a application which shortens the url entered by the client.
MongoDB is used for storing Users in Database.
Step 1: Clone the repo
https://github.com/Raajesh3108/URL-Shortener.gitStep 2: cd into the cloned repo and run:
npm installStep 3: Install & Run MongoDB (Linux Ubuntu)
See https://docs.mongodb.com/manual/installation/ for more infos
Step 4 (optional): If Nodemon not installed
npm install -g nodemonStep 5: Start the application by
npm startYou can fork this repo and send me a PR.
This project is licensed under the MIT License.