- Install
skaffold
- Install and enable Ingress-Nginx
- Create secret
k create secret generic jwt-secret --from-literal=JWT_KEY=<key-value>
- Run
skaffold dev
in the root folder in your prefered context (best minikube)
- Auth: The authentication and authorization service for the users
- client: The web interface for our application
- common: The common code package for all our microservices which is under @ticketingapporg/common