Files
my-website-v2/backend/README.md

13 lines
385 B
Markdown
Raw Normal View History

2024-09-03 01:32:34 -04:00
# 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