Skip to content

mostofa62/ticketing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservice with React, Next, Node js and MongoDB

Clone this project

Installation

  1. Visit skaffold and install
skaffold dev
  1. Install Ingress Nginx, here is getting started
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.3.1/deploy/static/provider/cloud/deploy.yaml
  1. Jwt and Stripe Secret from DashBoard Stripe
kubectl create secret generic jwt-secret --from-literal JWT_KEY=asdf
kubectl create secret generic stripe-secret --from-literal STRIPE_KEY="seceret_from_stripe_api_keys"
kubectl get secrets
  1. Add a Host Called to windows host file 127.0.0.1 ticketing.road

  2. For Build every image locally, go each project directory

docker build -t mostofa62/imagename .
  1. Stripe Test Key Roll Key and Secret both for work perfectly in frontend and backend

About

Udemy Microservice Ticketing Application Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors