cleanup, added some boilerplate readmes for backend projects

This commit is contained in:
2025-03-16 14:35:50 -04:00
parent d126fed2bd
commit 075c73bb3a
7 changed files with 43 additions and 4 deletions

View File

@ -1,3 +1,10 @@
# Backend
TODO
## 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