Part 1 — In this Part we will create a server on our local host and API routes from scratch by explaining every line of code, dependencies and the flow. So even if its your first time with Node.js , don’t worry! In this series we will be creating a simple Node.js API for User-Authentication firstly creating routes , handling API request then connecting it with the MongoDB Atlas and performing Database operations on MongoDB collections and using postman for testing