Skip to content

Find available tickets of public swimming pools in Berlin

Notifications You must be signed in to change notification settings

Visiting4776/hallenguru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Find available tickets of public swimming pools in Berlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published