Skip to content

nickmnt/expense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expense

.NET expense tracker microservices. Expense tracker with Authentication, Grpc, RabbitMQ, SQL and NoSQL databases

  • IdentityService
  • GatewayService
  • CategoryService
  • BudgetService
  • ExpenseService

In progress

K8S Setup

kubectl create secret generic postgres-secret --from-literal=password="postgrespw"
kubectl create secret generic mongo-secret --from-literal=username="root" --from-literal=password="mongopw"