Restaurant Web App

CODE

screenshot of website

Its developed using Django and Django Rest Framework. The live site is made using the django templates while the api is with django rest framework.

The authentication for the api endpoints is implemented using djoser and API documentation using drf_spectacular.

It uses a postgresql database.

Booking a Table

API endpoints

Below are links to the live website and API