akhilmeena / pizaaahut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pizza Bubonja's

Python Flask, HTML, CSS, JS / Restaurant website


Pizza Bubonja's is not a real restaurant. This website is part of my portfolio and is completely fictional.

Run the following commands in your terminal to run this flask application:

git clone https://github.com/sinisabubonja/pizzabubonjas.git
python3.6 -m venv pizzabubonjas
cd pizzabubonjas
source bin/activate
pip install -r requirements.txt
python app.py

Navigate to http://127.0.0.1:5000 in a browser and that's it! Don't forget to type your Gmail user name and password in the appropriate text files.

About


Languages

Language:HTML 58.8%Language:CSS 23.1%Language:JavaScript 12.1%Language:Python 6.0%