Concise BE Take Home Test 2024
Concise BE Take Home Test 2024
which contains a user and group table with many to many relations (a user can be in more
than 1 group, a group can have more than one user), where users have data such as name,
email, phone number, and address, while groups have data such as name and description.
- Create Group
- Update Group by ID
- Delete Group by ID
- Get Group data by ID (complete with users data in that group)
- List All Group
With the project before, create additional APIs with table Task, which have data such as
name, deadline, and user_id (which user is handling the task), where task and user have 1
to many relations (a user can have multiple tasks, but 1 task can only be handled by 1 user)
finally push the project to your github and share it to us before {{insert date and time here}}