Skip to content

rakesh-kumar-t/jwtAuth-Angular-DotnetCore

Repository files navigation

Angular - .NET Core APP

Angular v13

.Net 5.0

.NET Build Angular Build

Angular app with dotnet core web api and mssql as backend (Code first approach)

Some major Components Used
Component/Package EndPoint
Angular Material Angular App
Swagger OpenAPI endpoint .Net Core API
ngx-toastr Angular App
points to note
  • Migration Commands (in Nuget console)

    • add migration <name>
    • update-database
  • Use inbuilt Swagger or else postman and use the APIs to add some dummy data to table

  • Run the WebAPI first(recommeneded to run from visual studio)

  • Then run the angular app

    • npm i
    • ng serve

Creator