Open chocaloca opened 9 months ago
There's an entire 5 hour video on how to build out and run this architecture. I'm not going to translate that to a readme when you can just watch the video. Sorry.
@kantancoding yea no worries. I did watch the amazing and helpful video, but I did not code along with and I skipped around for mainly figuring out the jwt piece. I'll code along soon - thanks!
@kantancoding yea no worries. I did watch the amazing and helpful video, but I did not code along with and I skipped around for mainly figuring out the jwt piece. I'll code along soon - thanks!
The main thing is, it's a microservice. So if you ask how to start the application, it doesn't really make sense. There are multiple applications. There is interservice communication so applications depend on other applications etc. so it's kind of necessary to start them all. And they need to be deployed to a k8s cluster so you need to watch the video to see how to do it because it's not as simple as just starting the application.
I know it's a long video but it's a pretty complex architecture. You might be able to get away with starting up individual services without deploying them to the cluster but it won't really make sense for these services.
How do I run the application?
It would be very helpful if instructions could be added to README.