Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 757 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 757 Bytes

Krishisetu

Krishisetu is a simple application build on the idea of loosely coupled micro-services which uses NATS Streaming as a message broker to communicate between different services.

Prerequisite to run the application

Docker, Kubernetes, Skaffold, IngressController must be installed

Steps to run the project

cd krishisetu-backend-api

create generic secrets for JWT_KEY, STRIPE_KEY, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY

skaffold dev

Architecture