Skip to content

bartektrybala/reservations_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reservations API in Django Rest Framework for restaurant. Endpoint:

  • GET /tables - return available tables at a certain time and with the right number of places
  • GET /reservations - allows restaurant staff to download a list of all bookings on a given day.
  • POST /reservations - allows the customer to make a new reservation for a table
  • PUT /reservations/{id} - allows the customer to send a request to cancel the booking. The customer receives an email with a verification code
  • DELETE /reservations/{id} - customer cofirm cancellation of reservation with received verification code

About

API for Restaurant reservations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages