Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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