171f4a0b9cde6a00fdabe0adfd9fef609e178ec9
Allmende Payment System
A FastAPI-based payment system for the communal living projects and similar groups.
Prerequisites
- uv (package and dependency manager)
Getting Started
1. Install uv
Ensure uv is installed. If not, follow the official installation guide.
2. Initialize the database
make reset_db
Resets the database and initializes it with some mock data.
3. Run the Development Server
uv run fastapi dev src/allmende_payment_system/app.py
A demo user will be created automatically.
License
This project is licensed under the European Union Public Licence (EUPL).
Languages
Python
53.8%
Jinja
43.9%
CSS
1.2%
Mako
0.6%
Shell
0.2%
Other
0.3%