You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
First of all, amazing work! I have so much to learn!
I apologize if the question is too basic: I followed all the steps of installation but I'm not sure how I can actually "run" the code in a way that the Angular app can send requests to it.
Thank you very much!
The text was updated successfully, but these errors were encountered:
(simplified explanation for future readers with less experience)
I would check first to see if everything is running correctly. you can do that by opening your terminal within the directory and entering "python main.py" (or "python3 main.py" depending on your python set up).
If everything is right you should see some questions printed out with answers and false answers. Then you can move to "run" the code like you want. For this just enter in your terminal "python api_gateway.py" (or "python3 api_gateway.py"). You should then see a message telling you the code is running until you press "ctrl+c".
I was having trouble with the Angular app, and I know very little of Angular. But I was able to use the API with Postman to prove it was work.
Hello,
First of all, amazing work! I have so much to learn!
I apologize if the question is too basic: I followed all the steps of installation but I'm not sure how I can actually "run" the code in a way that the Angular app can send requests to it.
Thank you very much!
The text was updated successfully, but these errors were encountered: