Skip to content

esadakman/django-pizza-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfredo's Pizza Cafe

Table of Contents

Overview

pizza

Built With

  • HTML
  • CSS
  • JS
  • Django
  • Bootstrap

How To Use

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

Acknowledgements

  • 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.

Contact

Releases

No releases published

Packages

No packages published

Languages