For running backend: go to backend folder run: dotnet build dotnet run also you can apply migrations, as code first approach is used then on browser run : http://localhost:5252/swagger/index.html
for angular: go to front end folder run npm install ng serve
on browser run :http://localhost:4200/