"Food-Court" is a web-based project built with Django that empowers students to have a say in the food served in their school cafeterias. With this project, students can suggest new menu items, rate existing dishes, and provide feedback to cafeteria managers, promoting a collaborative and democratic approach to food selection.
- Clone the repository using the following command:
git clone https://github.com/your-username/democratize-your-meal.git
- Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate
- Install the required packages:
pip install -r requirements.txt
- Migrate the database:
python manage.py migrate
- Start the development server:
python manage.py runserver
- Open a web browser and go to http://localhost:8000/ to access the application.
Create a user account on the "Sign Up" page.
Log in to the application using your credentials.
Browse the current menu items on the "Menu" page.
Vote for exisiting 'dishes on the app'.
Click on the dish to view it's description and ingredients
Python 3.8+ Django 3.2+ HTML, CSS, and JavaScript
Contributions are welcome! If you have any suggestions or find any issues, please create a new issue on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for details.