#hoangminh-angular-asp.net
1 messages · Page 1 of 1 (latest)
@spark hedge I'm not familiar with a set up like yours and why you would have so many services unfortunately
How do you usually debug your own web app, ignoring Stripe?
We are using microservices pattern in our app and each service is handling certain of requests.
for ex: Profile service allows access to user account, while Feed allows access to user post, etc
hey @spark hedge , just catching up here. I too am unfamiliar with your setup but not entirely sure what is blocking you, it is this right:
However, I'm still having issue trying to open my web app.
right?
ignoring Stripe, how do you typically get your frontend up and running?
We have to launch all our backend and front end services up first in debug mode in visual studio, then we open browser, and give it a url endpoint (localhost:<portNumber>), it will launch our app