https://github.com/hicham2012/little-lemon-django
Django web application inspired from Meta course
https://github.com/hicham2012/little-lemon-django
Last synced: 2 months ago
JSON representation
Django web application inspired from Meta course
- Host: GitHub
- URL: https://github.com/hicham2012/little-lemon-django
- Owner: Hicham2012
- Created: 2023-09-21T19:18:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T12:14:34.000Z (over 1 year ago)
- Last Synced: 2025-01-23T17:57:47.904Z (4 months ago)
- Language: Python
- Homepage: https://little-lemon-django.vercel.app
- Size: 18.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Little-lemon-Django
Django web application inspired from Meta backend course.# Contents
1. [Preview](#preview)
2. [Steps](#steps)
3. [Technologies](#technologies)# Preview

# Steps
1. Make sure to install Django `pip install django`
2. If using vs code, make sure to install SQLITE extension
4. Go to littlelemon folder and run the server by typing `python manage.py runserver`
5. Now feel free to explore the app and even submite a form, to check it on the database make sure to open db.sqlite3 file with sqlite viewer extension.# Technologies:
+ Python
+ Django
+ SQL
+ HTML
+ CSS