This project is a restaurant website developed using Python Django, HTML,CSS and MySQL. It was created as part of an online course to showcase full-stack development skills.
- User authentication
- Menu item display
- Data storage in MySQL database
- Python Django
- HTML
- CSS
- MySQL
- Clone the repository
- Install the required dependencies using pip install -r requirements.txt
- Set up the MySQL database and configure the Django settings accordingly
- Run the Django server using python manage.py runserver
- templates/ - Contains HTML templates for the website
- static/ - Contains CSS files for styling and Images
- models.py - Defines the database models for menu items and user data
- views.py - Contains the logic for rendering webpages and handling user requests
Home Page
Booking Page