docker compose up
If you run backend from docker you have to generate SSL certificate, use next commands for this:
dotnet dev-certs https -ep <PATH_TO_THE_PROJECT>/docker/ssl/aspnetapp.pfx -p crypticpassword
dotnet dev-certs https --trust
cd <PATH_TO_THE_PROJECT>/frontendng serve
cd <PATH_TO_THE_PROJECT>/backend/XM-test/XM-testdotnet run
https://localhost:5000/swagger/index.html
I wrote a couple of test witch you can run with command:
ng test