https://github.com/shobanamuthiah/hallbooking-api
Hall Booking API performs operations of create and get using Express js
https://github.com/shobanamuthiah/hallbooking-api
api backend hallbooking-api javascript routers
Last synced: 25 days ago
JSON representation
Hall Booking API performs operations of create and get using Express js
- Host: GitHub
- URL: https://github.com/shobanamuthiah/hallbooking-api
- Owner: ShobanaMuthiah
- Created: 2024-05-31T13:27:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T09:25:03.000Z (about 2 years ago)
- Last Synced: 2025-03-03T03:11:41.253Z (over 1 year ago)
- Topics: api, backend, hallbooking-api, javascript, routers
- Language: JavaScript
- Homepage: https://hallbooking-api-nx1j.onrender.com/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hall Booking API
This project is a RESTful API for managing hall bookings. It allows users to perform the operations like Create, Read data
# End Points:
### Base URL:
#### Host:- https://hallbooking-api-nx1j.onrender.com
It is Base URL of the API. It is basically intimates the API is running perfectly in the appropriate port.
### USERS/CUSTOMERS:
#### Methods: GET, CREATE
#### Host:- https://hallbooking-api-nx1j.onrender.com/api/hallbooking/users
This endpoint contains all the user deatails
### HALLS/ROOMS:
#### Methods: GET, CREATE
#### Host:- https://hallbooking-api-nx1j.onrender.com/api/hallbooking/users
This endpoint contains all the room deatails
### ROOMS-BookingDetails
#### Method: GET
#### Host:- https://hallbooking-api-nx1j.onrender.com/api/hallbooking/roombookDetails
### User-BookingDetails
#### Method: GET
#### Host:- https://hallbooking-api-nx1j.onrender.com/api/hallbooking/userbookDetails
### Search Customer
#### Method:GET
#### Host:- https://hallbooking-api-nx1j.onrender.com/api/hallbooking/search-user?name=
## POSTMAN DOCUMENTATION: https://documenter.getpostman.com/view/34996607/2sA3QwaUVh