Base backend code

This commit is contained in:
2026-05-12 19:29:45 -04:00
parent 8dd2d05643
commit f591bdffb5
13 changed files with 2636 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Server
SRV_PORT=5001
# Database
DB_STORAGE="data_devel.db"