Skip to content

dissemblir/unitebookingapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unite180 Emulated Booking API

This is just a very simple and minimal API to emulate the Service Booking backend.

API Routes

API Route HTTP Verb Return Type
/ get String
/booking post String
/booking return values

    Success - Submit
    Error - Submit
    Error - Empty Submit
    Error - Form
    Error - Fully Booked
    Error - uKids Fully Booked
    Error - Booking Exist
    Error - Insert

Installation

  • Download the source code.
  • Execute the npm install command inside the folder where index.js is located.

Usage

  • Once all the packages are installed run node index
  • Open http://localhost:180 in your browser to see the result.

Example Output

Output

This is purely for educational purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published