https://yastvo.fly.dev/ https://yastvo.azurewebsites.net
Welcome to the Yastvo Vegetarian Cafe's code repository. This project is a web application for our vegetarian cafe, built using Django.
- Responsive Design: Our website is designed to be accessible on all devices, ensuring a seamless experience for all visitors.
- Admin Panel: Dishes can be easily added, updated, or removed by the admin directly from the site.
- Delivery & Order Services: Customers can place orders for their favorite dishes and opt for delivery, all through the website.
-
Clone the Repository:
git clone https://github.com/DemetrPI/Yastvo.git
-
Set Up a Virtual Environment:
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install Dependencies:
pip install -r requirements.txt
-
Run Migrations:
python manage.py migrate
-
Start the Development Server:
python manage.py runserver
Visit http://127.0.0.1:8000/ in your browser to see the application in action.
We welcome contributions to improve the cafe's website. If you have suggestions or bug reports, please open an issue. If you'd like to contribute code, please open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to customize this template further to suit your needs. Once you're satisfied, you can add this README to your repository.