FoodSphere is a Django-based Food Court Management System designed for campuses and institutions.
It provides a centralized platform where admins manage vendors, vendors manage food items, and students place orders seamlessly.
- Admin dashboard
- Approve / reject vendor shop requests
- Manage vendors, food items, and orders
- Full system control
- Apply for shop registration
- Add, update, and manage food items
- Set availability and preparation time
- View incoming orders
- Browse food menus
- Place food orders
- View order status
- Simple and user-friendly interface
- Backend: Django (Python)
- Frontend: HTML, CSS, Bootstrap
- Database: SQLite (development)
- Authentication: Django Authentication System
- Version Control: Git & GitHub
FoodSphere/
├── accounts/ # User authentication & roles
├── vendors/ # Vendor & shop management
├── menu/ # Food items & categories
├── orders/ # Order handling
├── foodcourt_project/
│ ├── settings.py
│ ├── urls.py
│ └── wsgi.py
├── manage.py
├── requirements.txt
├── .gitignore
└── README.md
git clone https://github.com/Aman-0402/FoodSphere.git
cd FoodSpherepython -m venv venv
venv\Scripts\activate # Windowspip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserpython manage.py runserverVisit 👉 http://127.0.0.1:8000/
✅ Completed
🚀 Open for enhancements (online payments, notifications, deployment)
Aman Raj
Web Developer | Python & Django | Full Stack Enthusiast
GitHub: https://github.com/Aman-0402
If you like this project, don't forget to give it a ⭐ on GitHub!