It's a simple pizza ordering app
- Python backend
- Django web framework
- Sqlite database current development
- HTML/CSS
Clone this repo to your machine. We need to create a virtual environment in our copy of the repository, so that the technologies you download to make Instagram Miner work don't interfere with any other technologies you may have installed on your computer. Make sure that the virtual environment is in the parent directory(ehere the requirements.txt is there)
step 2 : Next, type $ source env/bin/activate
to create a "bubble" around the workspace.
For Windows type env\Scripts\activate
step 3:
We now need to install all the libraries and technologies that appear in the file requirements.txt
. From the MyPizzaz/
directory (which you should still be in), simply type the following into your Terminal:
(env) $ pip install -r requirements.txt
> py manage.py makemigrations
> py manage.py migrate
> py manage.py createsuperuser
> py manage.py runserver
add the pizzaas in your store
http://127.0.0.1:8000/sspizza/