This is a URL shortener service that accepts a long URL from the users and send back a short URL that performs the same function as the long URL
- This application was built using NodeJs and MongDB
- After cloning the repo on the terminal, install the dependencies using:
npm i
- Start the Server
npm start
You can check out the full write-up of this application on my hashnode
Hosting of api was done on HEROKU
Documentation was done on POSTMAN