A URL shortener service like bit.ly, goo.gl, qlink.me etc. Developed using Nodejs, Express and MongoDB. Database is hosted on MongoDB Atlas.
Make sure you have Node.js and the Heroku CLI installed.
$ git clone git@github.com:rahulanand16nov/shorttty.git # or clone your own fork
$ cd shorttty
$ npm install
$ node index
Your app should now be running on localhost:5000.
System Design similar to the following: https://www.educative.io/collection/page/5668639101419520/5649050225344512/5668600916475904
- Deploying this on heroku.