https://github.com/mohamedumar083/hall-booking
This Repo Contains a simple Hall booking system using node and express js
https://github.com/mohamedumar083/hall-booking
expressjs javascript nodejs
Last synced: 4 months ago
JSON representation
This Repo Contains a simple Hall booking system using node and express js
- Host: GitHub
- URL: https://github.com/mohamedumar083/hall-booking
- Owner: MohamedUmar083
- Created: 2024-06-10T09:18:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-10T09:47:26.000Z (about 1 year ago)
- Last Synced: 2025-01-10T09:12:29.292Z (5 months ago)
- Topics: expressjs, javascript, nodejs
- Language: JavaScript
- Homepage: https://hall-booking-40gy.onrender.com
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
Hall Booking System
Introduction :
This is sample for Create and Book a room using Nodejs and Expressjs.
Key Features:1. Create a room
2. Book a room
3. View Details of the Room
4. View Details of the Customer Who booked the Room
5. Total Count of the particular customer who booked the RoomBase url :
https://hall-booking-40gy.onrender.com/apiEndpoints :
1. /create
Eg : https://hall-booking-40gy.onrender.com/api/create
2. /showroom
Eg : https://hall-booking-40gy.onrender.com/api/showroom
3. /showbookedroom
Eg : https://hall-booking-40gy.onrender.com/api/showbookedroom
4. /bookroom
Eg : https://hall-booking-40gy.onrender.com/api/bookroom
5. /roomdetails
Eg : https://hall-booking-40gy.onrender.com/api/roomdetails
6. /customerdetails
Eg : https://hall-booking-40gy.onrender.com/api/customerdetails
7. /cutomercount/:customer_name
Eg : https://hall-booking-40gy.onrender.com/api/customercount/UmarFor API Documentation [Click Here](https://documenter.getpostman.com/view/25526528/2sA3XLFPm4)