Security API Setup 1. Install dependencies cd api pipenv shell pipenv install Init the database python src/db/init_db.py 2. Run the server python app.py Web client setup 1. Install dependencies cd client npm install 2. Run the server quasar dev Game Setup 1. Install dependencies cd othello pipenv shell pipenv install 2. Run the game python othello_gui.py