Add base server

This commit is contained in:
2023-05-24 14:38:18 +02:00
parent df64d51445
commit 9912428fd6
10 changed files with 1292 additions and 19 deletions

View File

@ -0,0 +1,4 @@
pub mod app_config;
pub mod constants;
pub mod controllers;
pub mod schema;