Skip to content

SubhojitGuin/restaurant-menu-web-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Menu Web Application

This is a web application built using Django framework that allows users to view and explore the menu of a restaurant. The application provides a user-friendly interface where customers can browse through different meal categories such as starters, salads, main courses, and desserts.

Key Features

  • Menu Display: The application displays a list of menu items categorized by meal types.
  • Item Details: Users can click on individual menu items to view detailed information such as description and price.
  • Availability Status: Each menu item is marked with an availability status, indicating whether it is currently available or not.
  • Admin Interface: The admin interface allows restaurant staff to manage the menu by adding, editing, and removing items.

Installation

  1. Clone the repository: git clone <repository-url>
  2. Install the required dependencies: pip install -r requirements.txt
  3. Run the Django development server: python manage.py runserver
  4. Access the application in your web browser at http://localhost:8000

Technologies Used

  • Django: Python web framework for building the application backend.
  • HTML/CSS: Markup and styling for the user interface.
  • Bootstrap: CSS framework for responsive and modern UI design.

Contributing

Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please submit a pull request. For major changes, please open an issue first to discuss the proposed changes.

License

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

Credits

We would like to acknowledge the following resources and libraries that contributed to the development of this application:

We extend our gratitude to the open-source community for their valuable contributions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published