Commit graph

10 commits

Author SHA1 Message Date
8936222367 Implement get tasks. 2025-09-20 12:22:09 -07:00
4969feea9a Add list tasks hurl. 2025-09-20 12:18:56 -07:00
229512ec0b Add delete endpoint. 2025-09-20 12:16:51 -07:00
0745e8381c Add hurl test for task deletion. 2025-09-20 12:10:29 -07:00
026a8be707 Add put for updating a task. 2025-09-20 12:09:34 -07:00
e2284c7421 Create hurl test for updating tasks. 2025-09-20 11:56:23 -07:00
d32f6be813 Allow creating and updating tasks on the backend. (#2)
Create hurl tests along with the necessary api code to resolve them.

Reviewed-on: #2
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
2025-09-20 18:49:11 +00:00
82d524a62f Create Initial Database Schema for Tasks. (#1)
Create migration scripts for this and initial Task DB Model in rust along with unit tests.

Reviewed-on: #1
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
2025-08-24 17:10:31 +00:00
1e02b39199 Axum hello world 2025-08-22 18:59:02 -07:00
daa8ea00ba Cargo init. 2025-08-22 18:53:51 -07:00