Create user Authentication with Rest API Mongodb - Database Setup To be Continue!!! Backend - API Setup Cloning the repository git clone https://github.com/SonyVansha/node-ts-mongodb-restapi.git Install packages npm i Setup MongoDB URL In src/index.ts: const MONGO_URL = ''; // DB URI Start the app npm start API Endpoint You can check the API endpoint documentation in here