This source code was created with Express, MongoDB and NodeJs.
Also, is part of tutorials NodeJS Tutorial and Projects Course
Before running the app, you should create your own .env file in the root with the following variables:
MONGO_URL = path to mongoDB
PORT= place your port here
JWT_SECRET= your secret jwt password
JWT_LIFETIME = 1d
1. Install dependencies
npm install
2. Run Server
npm start
Install Postman to interact with REST API
https://www.postman.com/downloads/