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

@@ -1,4 +1,6 @@
mod users;
mod skills;
mod jobs;
mod jobs;
mod projects;
mod data;