oss-slu / esp

MIT License
0 stars 1 forks source link

Restructured the codebase and implemented the docker compose setup #59

Closed SiriChandanaGarimella closed 2 days ago

SiriChandanaGarimella commented 1 month ago

Fixes issue #41

What was changed? Restructured the backend codebase and added the dockerfile for client-app, server and docker-compose file to run both with a single command - docker-compose up. Updated the test cases accordingly

Why was it changed? Previously all the APIs and the related functions were in a single file, which is not a proper way to maintain the code. So, restructured the backend codebase to better understand the code, and also for better maintainability and reusability.

Added the dockerfile for client-app and server, and a docker-compose file to run both using a single command --> docker-compose up

Updated the test cases based on the code structure changes.

SiriChandanaGarimella commented 2 days ago

Merging it to the main branch, and we'll create new issues if anything comes up