Select Git revision
TheJoeCoder authored
README.md 249 B
PizzaPalace
GCSE Computer Science Challenge
Installation
git clone https://github.com/TheJoeCoder/PizzaPalace
cd PizzaPalace
pip install -r requirements.txt
echo "SECRET_KEY = 'SOME_KEY'" > app/config.py
python -m flask --app=pizza run