Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1004 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 1004 Bytes

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