Esta é a issue que implementa o padrão de projeto singleton:
At backend/main.py there are multiple functions regarding endpoints.
Each of them has the same repeated variables that perform DB connection
We should refactor the code for simplicity sake + good SE practices
Esta é a issue que implementa o padrão de projeto singleton:
At backend/main.py there are multiple functions regarding endpoints. Each of them has the same repeated variables that perform DB connection We should refactor the code for simplicity sake + good SE practices