Project LocalHub

Who is a target of project

LocalHub is dedicated for local communities who want to participate in local live. Residents can online vot for bills prepared by managers. Residents have access for read any bill community from archive. Project give possibility for onsite voting when some residents do not have access to internet.

Run project

Run project by:

Create virtual environment:

python3 -m venv ~/.venv/hackwarsaw2024

Load your environment variables

. ~/.venv/hackwarsaw2024/bin/activate

Install dependencies:

pip install --editable .

Go to client directory and build npm application

npm run build

Run FastAPI server

fastapi dev src/localhub/main.py