Files
my-website-v2/backend/README.md
Wyatt J. Miller 57952ec41d added documentation
it's nothing too novel, okay?
2025-07-14 20:35:49 -04:00

13 lines
385 B
Markdown

# Backend
## What is this?
This is just an orginizational way of keeping the backend services together (so I don't lose my mind).
## Projects
- [`public`](./public/README.md) - a RESTful API service
- [`task`](./task/README.md) - a task scheduler service
- [`storage`](./storage/README.md) - an internal storage library
- [`cache`](./cache/README.md) - an internal caching library