URL Minimiser Microservice
Project Description -
This project is quite similar to bit.ly, especially in the way it functions. MongoDB has been used as the database to store all the original URLs and respond in JSON format which contains the short URL id and the original URL. Once the short link is received one is redirected to the original URL.
What Have I Learnt From This Project -
To create a very useful Microservice which has proven to be very useful these days.
Tags -
js, node, api, backend, express, noSql, trove