Skip to content

Backend: Add Task resource #16

@biggujo

Description

@biggujo
  • router – /api/tasks (see example in the project with users);
  • REST API CRUD operations;
  • fields: id, text, is_completed, created_at, updated_at. All fields are nullable=false;
  • validation (see user_schemas.py);

All points must work

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions