13 lines
385 B
Markdown
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
|