Skip to content
Snippets Groups Projects
Select Git revision
  • efe9a5616ed711d9afe8df7063f171b5bdd01864
  • master default protected
2 results

PizzaPalace

Name Last commit Last update
.devcontainer
client
server
.gitignore
LICENSE
README.md

PizzaPalace

GCSE Computer Science Challenge

Running the Server

git clone https://github.com/TheJoeCoder/PizzaPalace
cd PizzaPalace
cd server
pip install -r requirements.txt
cp config.py.example config.py
python app.py