2 Commits

Author SHA1 Message Date
be4efa0fd2 First test version and data cleanup
Implemented code for the first test version.
Added Docker funtionality.

Define data location in compose and run:
	docker compose up

Removed test data from the repository.
2025-05-24 16:54:19 +03:00
5c218c68c4 Introduce database code and remove unused block key
All code should be done within the new code directory.
Created db.py for reading the YAML file.

Removed block key from blocks; always a None value.
2025-05-24 12:06:23 +03:00