feat: refactor server with shelf_static, return JSON responses, add API docs

This commit is contained in:
dmit.b
2026-05-09 09:12:44 +03:00
parent cd85f5f2db
commit 97db1b6b58
46 changed files with 172153 additions and 24 deletions
+2
View File
@@ -14,6 +14,8 @@ dependencies:
dotenv: ^4.1.0
postgres: ^3.5.10
uuid: ^4.5.0
shelf_cors_headers: ^0.1.5
shelf_static: ^1.1.3
dev_dependencies:
http: ^1.2.2