/hallenguru

Find available tickets of public swimming pools in Berlin

Primary LanguagePython

Demo: https://hallenguru.herokuapp.com/

Quickly find public pools in Berlin where time slots are still available for purchase.

screenshot

setup

  1. Create a new python3 environment: python3 -m venv env
  2. Activate the environment and install necessary packages:
source env/bin/activate
python3 -m pip install -r requirements.txt
  1. Install node packages within the client directory: cd client && npm install
  2. Run server (from the root directory of the repo): python server.py