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

https://github.com/vidhya0501/hall-booking

Hall Booking API with express js
https://github.com/vidhya0501/hall-booking

api backend expressjs filter http-methods http-status-codes json map mvc-architecture params postman

Last synced: 11 days ago
JSON representation

Hall Booking API with express js

Awesome Lists containing this project

README

          

Hall Booking API using Express JS - Node JS

Postman Documentation - https://documenter.getpostman.com/view/30449280/2sA2xh4DsV

Render link - https://hall-booking-wumt.onrender.com

API end points created for the following,
1. Create Room - POST - /rooms/create
2. Book Room - POST - /createbooking/:id
3. List all Room details - GET - /rooms/all
4. List all Booked Rooms - GET - /viewbooking
5. List all Customer with booked data - GET - /customers
6. Count Number of times customer booked room - GET - /customer/:name