Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anbumani12/nodejs-day-2-task
Nodejs hall booking api task
https://github.com/anbumani12/nodejs-day-2-task
api crud expressjs nodejs postman-api server-side
Last synced: 9 days ago
JSON representation
Nodejs hall booking api task
- Host: GitHub
- URL: https://github.com/anbumani12/nodejs-day-2-task
- Owner: anbumani12
- Created: 2024-02-29T10:28:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T13:52:19.000Z (11 months ago)
- Last Synced: 2024-11-20T23:01:42.763Z (2 months ago)
- Topics: api, crud, expressjs, nodejs, postman-api, server-side
- Language: JavaScript
- Homepage: https://nodejs-day-2-task-0rnf.onrender.com
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Created a Hall Booking API with Node and Express.
1.https://hall-booking-mcgh.onrender.com/hall-booking/get-all-room - To GET All Room Details.
2.https://hall-booking-mcgh.onrender.com/hall-booking/create-room - To POST the Room Details in the API.
3.https://hall-booking-mcgh.onrender.com/hall-booking/booking-room - To POST the booked Room Details in the API.
4.https://hall-booking-mcgh.onrender.com/hall-booking/booked-data - To GET all rooms with Booked Details.
5.https://hall-booking-mcgh.onrender.com/hall-booking/customer-data - To GET all Customer with Booked Details.
6.https://hall-booking-mcgh.onrender.com/hall-booking/bookedCount/:customer_name - To GET Customer Details with number of times the room booked.