Basic create user account

This commit is contained in:
2023-05-24 16:19:46 +02:00
parent 9912428fd6
commit 0bfdc305b1
15 changed files with 224 additions and 8 deletions

View File

@ -1,4 +1,10 @@
pub mod app_config;
pub mod constants;
pub mod controllers;
pub mod services;
pub mod utils;
// Diesel specific
pub mod db_connection;
pub mod models;
pub mod schema;