Pizza Mama is a web application developed with the Django framework. It allows managing pizza recipes through an API connected to a SQL database. The application is also dynamically linked to a website hosted on PythonAnywhere, displaying the same data as the API.
- Display of pizza recipes from the SQL database.
- Dynamic connection with the website to display the same data.
- Possibility for the administrator to:
- Edit pizza prices.
- Update pizza availability.
- Modify the list of pizza ingredients.
The application is structured as follows:
- API: Allows retrieving pizza recipe data from the SQL database.
- Website: Hosted on PythonAnywhere, it displays the same data as the API dynamically.
- Administrator Interface: Allows the administrator to manage available pizzas, their prices, and their ingredients.
- Django: Web framework used to develop the application.
- SQL Database: Storage of pizza recipes.
- HTML/CSS: Used to develop the web interface.
- PythonAnywhere: Hosting platform used for website deployment.
- Clone the Git repository.
- Install Python dependencies.
- Launch the application.
- Modify pizza prices.
- Update pizza availability.
- Modify the list of pizza ingredients.
