GergesHany / Little-Lemon

the final project of django course from Meta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little-Lemon 🍋


Little Lemon is a charming neighborhood bistro that serves simple food and classic cocktails in a lively but casual environment. The restaurant features a locally sourced menu with daily specials.

The restaurant is in the process of transition from a one-page website to a database driven web application using the Django framework. Currently, the pages for Home, About and Book are completed.

For the menu page, the owners would like to store the menu information in a database that can be updated as the menu changes seasonally.


  • Home page:

Home page


  • About page Screenshot from 2023-11-18 20-13-41

  • Menu page Screenshot from 2023-11-18 20-13-56

  • Book page Screenshot from 2023-11-18 20-14-06

  • Command to perform migrations

python3 manage.py makemigrations

python3 manage.py migrate

  • Command to run server

python3 manage.py runserver

  • Command to create a super user

python3 manage.py createsuperuser

Installing

# downloading the project
[git clone https://github.com/GergesHany/Hotel-reservation-system.git](https://github.com/GergesHany/Little-Lemon.git)

After that, you need to open the project in your IDE and run it.

About

the final project of django course from Meta


Languages

Language:Python 45.0%Language:HTML 35.1%Language:CSS 19.9%