Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kumaresh231299/nodejs-hallbooking-api
This repo contains Express.js APIs built for booking a room & managing the customers.
https://github.com/kumaresh231299/nodejs-hallbooking-api
expressjs json nodejs postman rest-api
Last synced: 6 days ago
JSON representation
This repo contains Express.js APIs built for booking a room & managing the customers.
- Host: GitHub
- URL: https://github.com/kumaresh231299/nodejs-hallbooking-api
- Owner: kumaresh231299
- Created: 2024-08-12T17:17:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:37:23.000Z (6 months ago)
- Last Synced: 2025-01-19T17:09:38.611Z (6 days ago)
- Topics: expressjs, json, nodejs, postman, rest-api
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hall Booking REST APIs using NodeJs & ExpressJs
The Hall Booking API is designed to manage room bookings for events and meetings. It allows administrators to create create rooms, customers to book rooms, and retrieve detailed information about bookings. The API is RESTful and supports various operations to handle room and booking
***Features***
- Room Management : Create and manage rooms with details such as amenities, seating capacity, and pricing.
- Booking Management : Handle room bookings with start and end times, and track booking status.
- Customer Management : Retrieve detailed informatiuon about customers and their bookings.
- Data Retrieval : Get lists of rooms, bookings, and customers, along with specific booking counts.### Important Notes
- Pre-booking Requirement : Before book a room, ensure that both rooms and customers are available in the local JSON database. if either is missing, please create them first
- API Documentation : All the APIs are documented using Postman and published [here](https://documenter.getpostman.com/view/35371272/2sA3s4nAio)
- Deployed API : The Api is deployed on Render's free tier. The initial request may take a little longer, so please be patient. You can access the deployed API at : https://nodejs-hallbooking-api-xtfw.onrender.com