Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.09 KB

README.md

File metadata and controls

17 lines (9 loc) · 1.09 KB

Navigate to https://hotel-manager-2.onrender.com/person To see Screenshot 2024-08-12 at 6 14 00 PM 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 Screenshot 2024-08-12 at 2 19 42 AM