https://github.com/prathamhandique/hotel_manager
A complete a backend dev project built and deployed on mongodb atlas and render .
https://github.com/prathamhandique/hotel_manager
express git mongo mongoose node postman render version-
Last synced: 5 months ago
JSON representation
A complete a backend dev project built and deployed on mongodb atlas and render .
- Host: GitHub
- URL: https://github.com/prathamhandique/hotel_manager
- Owner: PrathamHandique
- Created: 2024-08-11T18:15:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T16:53:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T09:51:13.355Z (over 1 year ago)
- Topics: express, git, mongo, mongoose, node, postman, render, version-
- Language: JavaScript
- Homepage: https://hotel-manager-2.onrender.com/person
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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

The webservice data is hosted online with mongodb atlas
