Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.