Add project and data model

This commit is contained in:
2024-10-30 03:52:26 +01:00
parent ea4942bda1
commit c83c0e7ec4
16 changed files with 234 additions and 4 deletions

View File

@@ -2,6 +2,8 @@
pub mod prelude;
pub mod data;
pub mod jobs;
pub mod projects;
pub mod skills;
pub mod users;