Currently, this project does not have a docker compose to quickly set up all the required services. This ensures that new developers do not have to install multiple tools on their local machines for this project, but instead can simply run docker, which does everything, for example: creating a local database.
Also, this project is missing an .env.template file that contains all possible environment variables. The template can then be used to create a local .env file that holds all the credentials. This makes the setup easier for new developers.
Acceptance criteria
[x] Add docker compose, which has a mysql database service.
[x] Add .env.template, which holds all possible environment variables.
Motivation
Currently, this project does not have a docker compose to quickly set up all the required services. This ensures that new developers do not have to install multiple tools on their local machines for this project, but instead can simply run docker, which does everything, for example: creating a local database. Also, this project is missing an .env.template file that contains all possible environment variables. The template can then be used to create a local .env file that holds all the credentials. This makes the setup easier for new developers.
Acceptance criteria
Technical solutions
/
Attachments
/