Initial commit: CPU management API

This commit is contained in:
Popov Aleksandr
2025-10-09 18:02:17 +03:00
commit 255706974f
13 changed files with 509 additions and 0 deletions

3
settings.toml Normal file
View File

@ -0,0 +1,3 @@
host = "127.0.0.1"
port = 3000
database_url = "sqlite:/home/popov_av/cpu-server/cpu.db"