Skip to content

udemy-jverd/gittix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitTix

Run

Secrets setup

# /!\ Setup the value of the JWT_KEY
kubectl create secret generic jwt-secret --from-literal=JWT_KEY=<value>

Run the app with Skaffold

skafflod dev

Update the project commons library to the latest version

npm update @udemy-jverd/gittix-common