Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/21amir21/little-lemon
Final project for the Django Web Framework course offered by Coursera & Meta.
https://github.com/21amir21/little-lemon
django sqlite
Last synced: 11 days ago
JSON representation
Final project for the Django Web Framework course offered by Coursera & Meta.
- Host: GitHub
- URL: https://github.com/21amir21/little-lemon
- Owner: 21amir21
- Created: 2024-04-10T21:18:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T21:27:52.000Z (7 months ago)
- Last Synced: 2024-04-11T00:45:19.686Z (7 months ago)
- Topics: django, sqlite
- Language: Python
- Homepage:
- Size: 3.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Little Lemon
Little Lemon is a restaurant that offers a variety of desserts and other food items. The application is built with Django and uses SQLite for its database.
## Description
At Little Lemon Restaurant, we believe in the power of simplicity and sophistication. Our carefully curated menu includes a variety of desserts and other food items that are sure to delight your taste buds. Whether you're treating yourself to a sweet indulgence or looking for a satisfying meal, Little Lemon has something special for everyone.
## Technologies Used
- Django
- SQLite## Installation
To install and run this project, follow these steps:
1. Clone the repository `git clone https://github.com/21amir21/Little-Lemon.git`
2. Navigate to the project directory `cd Little-Lemon`
3. Install the required dependencies with `pip install -r requirements.txt`
4. Run database migrations with `python manage.py makemigrations` then `python manage.py migrate`
5. Then run the Django server with `python manage.py runserver`## Dependencies
This project uses the following dependencies:
- `djlint` to Lint & Format Django Templates