2024-09-03 01:32:34 -04:00
|
|
|
# Backend
|
|
|
|
|
2025-03-16 14:35:50 -04:00
|
|
|
## 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
|
2025-07-14 20:35:49 -04:00
|
|
|
- [`storage`](./storage/README.md) - an internal storage library
|
|
|
|
- [`cache`](./cache/README.md) - an internal caching library
|