Running the project - gh05tdog/DAPM_Master_Thesis_Group_D GitHub Wiki
Running the backend
- Navigate into
DAPM
- Run
docker-compose up --build
Running the frontend
- Navigate into
DAPM-Frontend
- Run 'docker-compose up --build`
Running backend and frontend
- Execute
./run.sh
in your terminal in the root folder.