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

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

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

![Capture d’écran 2023-09-21 225725](https://github.com/Hicham2012/Little-lemon-Django/assets/99765449/83857862-12b0-4af4-a3f7-20e33c675ba7)

# Steps

1. Make sure to install Django `pip install django`
2. If using vs code, make sure to install SQLITE extension

![sqlite viewer](https://github.com/Hicham2012/Little-lemon-Django/assets/99765449/57cb6a04-6deb-414f-bb61-8cb771ada0d3)

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