Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/todo controller #8

Merged
merged 21 commits into from
Sep 23, 2024
Merged

Feature/todo controller #8

merged 21 commits into from
Sep 23, 2024

Conversation

23vbq
Copy link
Owner

@23vbq 23vbq commented Sep 23, 2024

Created todo controller

  • GET /todo?group_id - Lists todos filtered by group
  • GET /todo/:id - Gets data of todo
  • POST /todo - Creates todo
  • PUT /todo/:id - Updates todo
  • DELETE /todo/:id - Deletes todo

@23vbq 23vbq merged commit 322613c into develop Sep 23, 2024
6 checks passed
@23vbq 23vbq deleted the feature/todo_controller branch September 23, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant