Skip to content

jaimejorge/techweek-app-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Techweek-app-code

App source code for TechWeek 2022/2023

In this repository are the files that will be the source of true of our application.

Repository structure

  • 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.

Documentation