Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 614 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 614 Bytes

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