- React and Next JS are used to present content to users.
- Node and Express are used to created services.
- Mongo database and Redis are used to store data for services.
- The entire app is deployed and runs in Docker containers executed in a Kubernetes cluster.
secrets that should be added to the kubernetes
- JWT
kubectl create secret generic jwt-secret --from-literal=JWT_KEY=********
- Stripe
kubectl create secret generic stripe-secret --from-literal=STRIPE_KEY=********
- open the hosts file and insert
127.0.0.1 ticketing.dev
skaffold dev
- open
ticketing.dev
in the browser
- Your connection is not private. Type
thisisunsage
to ignore.