It is a backend API project that has been built on Node.js , Express.js , MongoDB implemented by Postman API manager.
It provides routes for [ /dishes , /users , /promotions, /leaders , /favourites ] endpoints.
The authentication is implemnted by using "passport.js" , "JWT" for http server and for Https it is implemented using OpenSSL self signed certificate {cert.csr}. It supports cross origin resourse sharing ("CORS") for multiple port access such as http://localhost:3000 , https://localhost:3443 etc. It has also "Oauth-2" authentication implemented using facebook developer API.
THANK YOU!!