An unnamed cloud storage app
This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Marc Cataford ee9a9d8dc3
test(backend): list+details tests (#12)
* build(backend): more verbosity on test + error handling

* fix(backend): raise HTTPException, not return on details fetch

* fix(backend): get inserted ID instead of row tuple

* test(backend): add tests for list + details routes
2023-08-12 13:24:25 -04:00
.github/workflows ci: control go-task version at top-level (#11) 2023-08-12 12:33:12 -04:00
backend test(backend): list+details tests (#12) 2023-08-12 13:24:25 -04:00
frontend feat(frontend): basic upload file + display in list flow 2023-08-11 00:48:57 -04:00
script feat(backend): sub fetch endpoints (#2) 2023-08-08 23:49:54 -04:00
.gitignore feat(backend): sub fetch endpoints (#2) 2023-08-08 23:49:54 -04:00
README.md feat(backend): sub fetch endpoints (#2) 2023-08-08 23:49:54 -04:00
Taskfile.backend.yml build(backend): add db-aware testing tooling (#9) 2023-08-12 11:45:51 -04:00
Taskfile.frontend.yml ci: control go-task version at top-level (#11) 2023-08-12 12:33:12 -04:00
Taskfile.yml build: split taskfiles into be+fe concerns 2023-08-11 00:48:57 -04:00

rotini

An unnamed cloud storage app

Development

Run . script/bootstrap to enable task commands that make everything else simpler. Then, task -l will list out available utilities.