Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run? #32

Open
chocaloca opened this issue Jan 28, 2024 · 3 comments
Open

How to run? #32

chocaloca opened this issue Jan 28, 2024 · 3 comments

Comments

@chocaloca
Copy link

How do I run the application?

It would be very helpful if instructions could be added to README.

@kantancoding
Copy link
Owner

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.

@chocaloca
Copy link
Author

@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
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants