To see a report on static code analysis, go to SonarCloud. The analysis is computed from the main branch - only direct pushes and merge requests to the main branch will generate a new SonarCloud report.
This guide assumes, that you are running the application with Ubuntu in WSL2.
Before executing the run script, make sure your Docker Daemon is running, and that ports 5001
, 5000
, 1433
are free.
Start in the root directory and run the following commands :
cd scripts/
bash run
Or,
chmod +x run
and then
./run
Once you have killed the application, you can run the cleanup script in the same folder in order to kill the containers.