No description
Find a file
Simon Goller d45ccf9523 REST servcie restructuring
App devices which implementation will be used.  For now,
the types of the implementations must be defined manually.
This is requied because the State in the REST endpoints must
contain a type which can provide all services.
2024-04-28 22:30:10 +02:00
app REST servcie restructuring 2024-04-28 22:30:10 +02:00
dao Create service and DAO layer for user-role-privilege system 2024-04-28 16:01:18 +02:00
dao_impl Create service and DAO layer for user-role-privilege system 2024-04-28 16:01:18 +02:00
migrations Create the roles and privileges required for MVP 2024-04-27 15:43:59 +02:00
rest REST servcie restructuring 2024-04-28 22:30:10 +02:00
service Create service and DAO layer for user-role-privilege system 2024-04-28 16:01:18 +02:00
service_impl Fix clippy finding 2024-04-28 16:02:03 +02:00
.env Initial commit 2024-04-26 21:34:00 +02:00
.gitignore Initial commit 2024-04-26 21:34:00 +02:00
build.rs Initial commit 2024-04-26 21:34:00 +02:00
Cargo.lock Add unit tests for the services 2024-04-27 00:03:15 +02:00
Cargo.toml Initial commit 2024-04-26 21:34:00 +02:00