Développement d'une application web Django permettant de gérer un drive marchand :
catégories, produits, clients, commandes et lignes de commande. Le projet s'appuie
sur une base SQL et des interfaces CRUD complètes.
Interface Django
Base de données
$ systemctl status apache2mysql: connecteddjango: running
VM Debian
Réalisations :
Modélisation des entités (clients, produits, commandes...)
Interfaces CRUD complètes
Calcul automatique des totaux de commandes
Templates Django et formulaires
Base MySQL + fallback SQLite
Préparation déploiement Linux
English Summary
The objective of this project was to design and deploy a web application for a commercial drive service using the Django framework.
The platform enables the management of customers, products, categories and orders through a complete CRUD interface.
My contribution included participating in the development of several CRUD functionalities, enriching the database content and deploying the application on a Debian Linux virtual machine.
The application was hosted using Apache2 and connected to a MySQL database.
Through this project, I strengthened my skills in Python, Django, SQL, Linux administration, web development and teamwork.