oss-slu / esp

MIT License
0 stars 1 forks source link

pushing app.py in backend #29

Closed mkalal6 closed 6 months ago

mkalal6 commented 6 months ago

I have fixed my issues with angular-Cli and can run the program through ng serve now. For this issue, I have pushed app.py into the backend directory as the current backend does not run yet. While working during this sprint, I will be connecting the app.py with the front end until the actual backend code runs successfully.

mkalal6 commented 6 months ago

I have connected the frontend (angular) and the backend (flask) and also written the log files needed to test the connection. While testing the connection, there are issues in response to receiving the console output. I ran the flask file separately and fixed the issues for that. The dashboard.component.html has changes to the code temporarily in order for me to test the connection. Currently, the backend connection with frontend is not function successfully yet.