oss-slu / esp

MIT License
0 stars 1 forks source link

Connect the frontend and backend components #28

Closed rkarmuri closed 6 months ago

rkarmuri commented 7 months ago

We are using Angular as our client and Flask as our server components respectively. Make sure the client and server components are connected successfully. The final proof of successful connection is that we can send data between the components.

Success criteria for resolving this issue:

rkarmuri commented 6 months ago

We can establish the connection between the Angular and Flask components successfully. Hence, the issue is resolved.