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
- Host: GitHub
- URL: https://github.com/vidhya0501/hall-booking
- Owner: Vidhya0501
- Created: 2024-03-10T17:43:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T05:29:22.000Z (over 1 year ago)
- Last Synced: 2025-01-12T00:28:06.293Z (10 months ago)
- Topics: api, backend, expressjs, filter, http-methods, http-status-codes, json, map, mvc-architecture, params, postman
- Language: JavaScript
- Homepage: https://hall-booking-wumt.onrender.com/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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