To start the app use Docker. It will start both frontend and backend, including all the relevant dependencies, and the db.
Please find more info about each part in the relevant Readme file (frontend and backend).
When implementing a new feature or fixing a bug, please create a new pull request against main
from a feature/bug branch and add @vanessa-cooper
as reviewer.
docker-compose up
docker-compose up
. Documentation about running the End to End test can be found under the /tests
directory