/gittix

A ticketing app organized into micro services

Primary LanguageTypeScript

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