Skip to content
Snippets Groups Projects
Select Git revision
  • 14e1da3a478c37efdad216c3a0b20099ee2b43c5
  • 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