- HTML
- CSS
- JS
- Django
- Bootstrap
To clone and run this application, you'll need Git
# Clone this repository
$ git clone https://github.com/esadakman/django-pizza-app
# Install dependencies
$ python -m venv env
> env/Scripts/activate (for win OS)
$ source env/bin/activate (for macOs/linux OS)
$ pip install -r requirements.txt
# Add .env file for secret key
# Run the app
$ python manage.py runserver
- In this project, i created a Django app named "Alfredos Pizza Cafe" which will let users to order pizza.
- Most websites require the use of forms to receive data from users, so it is crucial to know how to safely collect and handle data while maintaining a user-friendly experience on your website.
- With this project I understand better how to use Django to create forms.
- Website @esadakman
- GitHub @esadakman
- Linkedin @esadakman