gian-cafe-menu

GIAN Cafe - Digital Menu Website ☕

Project Screenshot
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.

✨ Live Demo

Experience the live site here: cafegian12.pythonanywhere.com

🚀 Features

🛠️ Tech Stack

⚙️ Installation (Local Setup)

To get a local copy up and running, follow these steps:

  1. Clone the repository:
    git clone https://github.com/kamankeshalireza30-cloud/gian-cafe-menu.git
    cd gian-cafe-menu
    
  2. Create a virtual environment (recommended):
    python -m venv venv
    source venv/bin/activate  # On Windows: `venv\Scripts\activate`
    
  3. Install dependencies:
    pip install -r requirements.txt
    
  4. Apply migrations:
    python manage.py migrate
    
  5. Run the development server:
    python manage.py runserver
    
  6. Open your browser and go to http://127.0.0.1:8000/ to view the site.

📁 Project Structure

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

🤝 Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the issues page if you want to contribute.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📜 License

This project is open-source. You can choose to add a license file (like MIT) later. (If you add one, mention it here)

📧 Contact

alireza Kamankesh - [www.linkedin.com/in/alireza-kamankesh] - [kamankeshalireza30@gmail.com]

Project Link: https://github.com/kamankeshalireza30-cloud/gian-cafe-menu