.NET Core Web Api with EF Core, Docker Support and MSSQL. Front-End using Angular 5.
- docker-compose build
- docker-compose up
- dotnet test
- localhost:20000/api/healthcheck (with docker) or localhost:5001/api/healthcheck (with debug)
- npm install
- ng serve
- localhost:4200