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

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

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 Room

Base url :
https://hall-booking-40gy.onrender.com/api

Endpoints :

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/Umar

For API Documentation [Click Here](https://documenter.getpostman.com/view/25526528/2sA3XLFPm4)