This is a Django web application for managing reservations. It includes both a web interface and a set of API endpoints for programmatic access.
-
Home/Index Page:
http://localhost:8000/ -
All Reservations (Web):
http://localhost:8000/reservations/ -
All Menu-items (Web):
http://localhost:8000/Make A Reservation/ -
All Menu-items (Web):
http://localhost:8000/Menu/
These endpoints return JSON data for use with frontend applications, mobile apps, or third-party integrations.
-
List All API Paths:
GET /api/reservations/
Example: http://localhost:8000/api/reservations/Example 2: http://localhost:8000/api/bookings/
Example 3: http://localhost:8000/api/menu-items/