App source code for TechWeek 2022/2023
In this repository are the files that will be the source of true of our application.
-
Workflows are defined in the
.github/workflows
directory in a repository, and a repository can have multiple workflows, each of which can perform a different set of tasks. -
Kubernetes manifests are defined in the
deploy
folder. -
The code of the application is in the
src
.