These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
For development, you will need to have installed on your machine:
- Docker, and enable kubernetes
- Skaffold
- NGINX Ingress Controller
Add JWT_KEY to Kubernetes Secrets
kubectl create secret generic jwt-secret --from-literal=JWT_KEY=<secret>
In root directory, run skaffold dev