Demo: https://hallenguru.herokuapp.com/
Quickly find public pools in Berlin where time slots are still available for purchase.
- Create a new
python3
environment:python3 -m venv env
- Activate the environment and install necessary packages:
source env/bin/activate
python3 -m pip install -r requirements.txt
- Install node packages within the
client
directory:cd client && npm install
- Run server (from the root directory of the repo):
python server.py