Commit graph

10 commits

Author SHA1 Message Date
d3a4401d14 chore(): Cleaning up a bit of unneeded code 2024-11-24 21:35:45 +01:00
9a1f1c8b67 chore(): Creates the flow process.
- Method to create a person
- Method to create a room and assign a person to it
2024-11-24 21:28:13 +01:00
5d5cb2fdab chore(): Moves the constants to their own entitiy file 2024-11-24 21:27:35 +01:00
c2e51a9f71 chore(): Assigns cards to a room 2024-11-23 19:03:38 +01:00
43f444d48f fix(): isort import fix 2024-11-23 18:37:32 +01:00
307c3ff414 chore(): Expands the definitions of the entities
- Adds create methods to the room, person and cards
- Adds methods to add and remove person from room
2024-11-23 18:37:16 +01:00
7955c6cd46 chore(): ignore intellij configuration specific directories from being committed to git 2024-11-23 18:31:05 +01:00
Anthony Al Lazkani
9e00a5f744 Add router to FastAPI for improved route management
- Implemented a new router for organizing API endpoints.
- Registered the router with the main FastAPI app.
- Enhanced modularity and readability of the codebase.
2024-11-22 00:35:58 +02:00
68143f8ba0 chore(): Initial code commit 2024-11-21 21:06:38 +01:00
Elia El Lazkani
c7dd0fbd20 Initial commit 2024-11-21 19:56:14 +00:00