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

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

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