Developers should have a way of mocking the database
Closed this issue · 1 comments
filipecorrea commented
Is your feature request related to a problem? Please describe.
I'm always frustrated when the database is mandatory to run the project for local development.
Describe the solution you'd like
Developers should have a way of mocking the API if they're only developing the API.
filipecorrea commented
The database can now be created locally using Docker Compose.