This is a web design project using Django, a popular web development framework known for its flexibility, scalability, and security. The project aims to create a reliable backup system for the restaurant's website, ensuring that it stays up and running even in the event of unexpected technical issues.
With this project, Little Lemon Restaurant hopes to provide its customers with a seamless online experience, allowing them to browse the menu, place orders, and make reservations with ease. The project also reflects the restaurant's commitment to embracing technology and innovation to enhance its operations and improve its customer service.!
Front-end:
- HTML
- CSS
- Javascript
Back-end:
- Django
- SQLite3 (Database)
- Download the project folder
- Install Python and Django
Note: Run the following commands in the terminal at repository location "project/workplace/littlelemon/":
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver