AUTH SERVER

- set CMAke project

- add Drogon submodule

- add json and Catch2 submodule

- add health check endpoint

-RAII SqliteDb

- Verify DB and HTTP some work
This commit is contained in:
2026-04-04 20:41:24 +03:00
parent 69daeab04d
commit 062b64bce8
19 changed files with 558 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[submodule "submodules/drogon"]
path = submodules/drogon
url = https://github.com/drogonframework/drogon.git
[submodule "submodules/json"]
path = submodules/json
url = https://github.com/nlohmann/json.git
[submodule "submodules/Catch2"]
path = submodules/Catch2
url = https://github.com/catchorg/Catch2.git