URL Shortener API
This is an URL shortener service. Only the backend part is covered here. The API service can take a long URL and convert it to a shorter URL. The long URL, short URL, and other details are stored in the database. When a long URL that is already stored in the database is passed again, it returns the older shortened URL.
Back-End: NodeJS + ExpressJS + MongoDB + REST API
Github: https://github.com/Aniketsinghcoder/URL-Shortener