Financial management system
Find a file
2025-03-04 11:03:27 +01:00
fetch web: update readme, remove dead code 2024-07-08 23:12:23 +02:00
web Do not anchor the regex to the beginning of the string and use re.search() instead of re.match() to handle cases where some crap is added automatically to the title by the bank 2025-03-04 11:03:27 +01:00
.gitignore web: update readme, remove dead code 2024-07-08 23:12:23 +02:00
docker-compose.yml *: use common dockerfile 2024-07-06 21:54:17 +02:00
Dockerfile web: clean up, remove dead code, update readme 2024-07-08 21:58:43 +02:00
README.md web: clean up, remove dead code, update readme 2024-07-08 21:58:43 +02:00

Kasownik

Warsaw Hackerspace Membership Management System

Summary

This project is divided into two separate modules:

  • web - web frontend and basic logic, public-facing service
  • fetch - bank account data fetcher

More info about these can be found in their respective README.md files.