Before running the application, you need to clone the repository and install its Python dependencies. The project requires Python 3.12 or higher and uses Django as its web framework along with Gunicorn as the WSGI server.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/diazdavilajesus16-stack/Sevicheria-Mar-sabroso/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, make sure the following tools are installed:- Python 3.12+ — python.org/downloads
- pip — comes bundled with Python 3.12
- Git — git-scm.com
Installation steps
Create and activate a virtual environment
Isolate the project’s dependencies in a virtual environment:On Windows, activate with:
Install dependencies
Install Django and Gunicorn from This installs two packages:
requirements.txt:- Django — the full-stack web framework powering the restaurant site, including the ORM, admin panel, URL routing, and templating engine.
- Gunicorn — a production-grade WSGI HTTP server used to serve the Django application in non-development environments.