Hotel_Manager

A complete a backend dev project built and deployed on mongodb atlas and render .

Stars
0
Committers
1

Navigate to https://hotel-manager-2.onrender.com/person To see the hosted data of the persons like chef ,waiter , manager on render.

The below video show all the crud operations performed on the hotel database I am using mongo db compass for the gui / using postman for testing / using mongodb local server for the database creation . The task has 5 endpoint for get/post/upadte/delete and i am using using nodejs with express framework. Thank You

https://www.loom.com/share/f0e83bbd5d014e5e959e180a9cce3b2b

The website is authentication enabled with the use of passport/passport-local and the passsword that is posted in the personSchema is encrypted with bcrypt image

The webservice data is hosted online with mongodb atlas