A modern, responsive digital menu website for GIAN Cafe. This web application allows customers to browse the cafe’s offerings, get barista recommendations, and place takeout orders with ease. The menu is dynamically categorized for a smooth and intuitive user experience.
Experience the live site here: cafegian12.pythonanywhere.com
To get a local copy up and running, follow these steps:
git clone https://github.com/kamankeshalireza30-cloud/gian-cafe-menu.git
cd gian-cafe-menu
python -m venv venv
source venv/bin/activate # On Windows: `venv\Scripts\activate`
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
http://127.0.0.1:8000/ to view the site.A brief overview of the main project folders and files:
gian-cafe-menu/
├── mysite/ # Main Django project folder
├── static/ # Static files (CSS, JavaScript, images)
├── templates/website/ # HTML templates
├── website/ # Main Django app folder
├── manage.py # Django management script
├── requirements.txt # Project dependencies
└── README.md # This file
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page if you want to contribute.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is open-source. You can choose to add a license file (like MIT) later. (If you add one, mention it here)
alireza Kamankesh - [www.linkedin.com/in/alireza-kamankesh] - [kamankeshalireza30@gmail.com]
Project Link: https://github.com/kamankeshalireza30-cloud/gian-cafe-menu