URL Shortener Microservice

Build a URL shortener with Node.js, Express, and MongoDB.
After setting up a database connection I created a URL model, which I used in POST and GET requests to save and redirect URLs.
Use the 'body-parser' module to Parse POST Requests and extract inputs from form.

an example pic how API works