Angular Azure AD Integration is planned, but not yet implemented.
- SQL Server Developer Edition 2017
- Visual Studio Code
- Node 8.9.4 & NPM 5.6.0
- .NET Core 2.1 Preview SDK
- Angular CLI ->
npm install -g @angular/cli
To build and run the project using the command line:
- Install npm packages with
npm installin thesrc/ClientAppdirectory. - Restore nuget packages with
dotnet restorein thesrcdirectory. - Create the database with
dotnet ef database updatein thesrcdirectory. - Run the project with
dotnet runin thesrcdirectory. - Point your browser to https://localhost:5001.
N.B: If using Postman to hit the WebAPI endpoints, make sure to disable SSL Certificate Validation in Setting or you will see no response back from the endpoint.