Cottonglow / BookingsApi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookings API

A basic booking api to reserve up to four seats at a venue. A name and email is required for each seat that is booked and a person is not able to book several seats under their name and email.

Instructions

  • Clone the repository.
  • Load the project into Visual Studio.
  • Run the API.

Endpoints

Future Improvements

  • Attach a database (currently uses in memory database).
  • Add authentication.
  • Add authorisation.
  • Add unit tests.
  • Add a cancelations system to free up seats.
  • Add a reservation system to reserve seats while paying or other.
  • Add restrictions on the GET calls for security.
  • Add payment system.

About


Languages

Language:C# 100.0%