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 bf7431f747
feat(backend): sub fetch endpoints (#2)
* feat(backend): sub fetch endpoints

* ci: skip frontend/backend if no frontend change

* ci: backend formatting

* build: tooling and commands

* build: psycopg2

* build: dependency locking tooling

* build: pylint

* feat: migration handling

* feat: rudimentary upload flow

* feat: basic file create/read interactions

* docs: stubs

* build: migration command
2023-08-08 23:49:54 -04:00
.github/workflows feat(backend): sub fetch endpoints (#2) 2023-08-08 23:49:54 -04:00
backend feat(backend): sub fetch endpoints (#2) 2023-08-08 23:49:54 -04:00
frontend feat(frontend): initial mock app + tooling + CI (#1) 2023-08-05 12:46:28 -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.yml feat(backend): sub fetch endpoints (#2) 2023-08-08 23:49:54 -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.