It is a django based webapp. Its functionalities include:
- User login
- New user registration
- View available pizzas
- Order pizzas
- Add toppings to pizza
- View Cart
- View previous orders
- Python
- Django
- HTML
- CSS
- JavaScript
- Bootstrap
- SQLite
- Clone the GitHub Repository into a folder.
- Install Python.
- Open terminal inside the folder with code.
- Type
pip install -r requirements.txt
in the terminal window to install all the requirements to run the app. - Type
py manage.py runserver
to start a localhost server for the app. - Open any web browser and go to this address -
http://127.0.0.1:8000/
. This will start the webapp. - Use the login credential given below to log into the app or create a new user.
- Username - admin_shrey
- Password - adminshrey
- Email - shreylimbani@gmail.com