https://github.com/praveenkumar8754/back-end-task-1
This is Hall Booking page, we can be able to Create rooms, Book rooms, Get all booked rooms details, customer details, regular customer details.
https://github.com/praveenkumar8754/back-end-task-1
expressjs javascript nodemon npm-module postman react
Last synced: 2 months ago
JSON representation
This is Hall Booking page, we can be able to Create rooms, Book rooms, Get all booked rooms details, customer details, regular customer details.
- Host: GitHub
- URL: https://github.com/praveenkumar8754/back-end-task-1
- Owner: praveenkumar8754
- Created: 2023-10-21T05:59:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T06:18:24.000Z (over 2 years ago)
- Last Synced: 2025-03-16T12:40:21.301Z (over 1 year ago)
- Topics: expressjs, javascript, nodemon, npm-module, postman, react
- Language: JavaScript
- Homepage: https://back-end-task-1.onrender.com
- Size: 929 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Back-End-task-1
Create Room : http://localhost:8000/room/create
Get all Rooms : http://localhost:8000/room
Booked Rooms : http://localhost:8000/room/booking
Get all Booked Rooms : http://localhost:8000/room/bookedRooms
Get all Booked Customer details : http://localhost:8000/room/customerDetails
Get how many times a customer booked rooms : http://localhost:8000/room/regularCustomer?customerNameToSearch= (Here using query params to search which customer details to know)
Postman workSpace Link is : https://dark-flare-329680.postman.co/workspace/Hall-Booking~19cbcc6c-243a-43b0-b559-05719aeff460/collection/27772271-8501e870-5aa4-43da-b50e-217248e8f0c8?action=share&creator=27772271