Files
my-website-v2/backend
Wyatt J. Miller 5396d44189
Some checks failed
Build and Release Docker Images / build-and-push (./backend, public/Dockerfile, my-website-v2_public) (pull_request) Failing after 23m10s
Build and Release Docker Images / build-and-push (./backend, task/Dockerfile, my-website-v2_task) (pull_request) Failing after 24m49s
Build and Release Docker Images / build-and-push (./frontend, Dockerfile, my-website-v2_frontend) (pull_request) Failing after 20m2s
Build and Release Docker Images / create-release (pull_request) Has been skipped
added multi stage builds for oci containers
it should help from builds from failing in addition to slimming down the
artifact size
2025-12-21 15:36:00 -05:00
..
2025-07-14 20:35:49 -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 - a RESTful API service
  • task - a task scheduler service
  • storage - an internal storage library
  • cache - an internal caching library