Shai1-Levi / Starship-rezilion

0 stars 0 forks source link

update serving html architecture by using flask cor and jQuery #22

Open Shai1-Levi opened 2 years ago

Shai1-Levi commented 2 years ago

The html(that contain js script) file is load into nginx container and in a http request from user the html page is forward to him. When the user send a request for get the cheapst price for the product, will be send a http request to the app server on port 5000. The app server answer directly to the user.

Shai1-Levi commented 2 years ago

connected to issue #20