Automated Testing for Backend
Currently, there are no tests in the repo. We aim to implement automated tests and full end-to-end integration tests to ensure nothing crashes in the code if a developer misses something.
Start with something as basic as docker compose up
to verify that the server spins up correctly.
Then go for Follow-up PRs