Skip to content

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.

License

Notifications You must be signed in to change notification settings

SrikantShubam/food-court

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👩‍🎓 Food-Court

"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.

🚀 Installation

  • 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

📝 Usage

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

💻 Technology Stack

Python 3.8+ Django 3.2+ HTML, CSS, and JavaScript

🤝 Contributing

Contributions are welcome! If you have any suggestions or find any issues, please create a new issue on the GitHub repository.

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.

Screenshots:

Home page

Screenshot-2023-03-14-103058.jpg

Leaderboard

Screenshot-2023-03-14-103223.jpg

Login Page

Screenshot-2023-03-14-103344.jpg

Sign Up Page

Screenshot-2023-03-14-103501.jpg

Dish details

Screenshot-2023-03-14-103607.jpg

Add dish

Screenshot-2023-03-14-103738.jpg

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published