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 a341b462c7
build(backend): add db-aware testing tooling (#9)
* fix(backend): centralized settings, fix refs

* build(backend): pytest configuration points at the right path

* build(backend): test tooling script

* ci(backend): use taskfile to trigger tests in ci

* test(backend): stub db-test

* ci(backend): use Task for backend steps, remove redundant bootstrap
2023-08-12 11:45:51 -04:00
.github/workflows build(backend): add db-aware testing tooling (#9) 2023-08-12 11:45:51 -04:00
backend build(backend): add db-aware testing tooling (#9) 2023-08-12 11:45:51 -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 build: split taskfiles into be+fe concerns 2023-08-11 00:48:57 -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.