Angular v13
.Net 5.0
Component/Package | EndPoint |
---|---|
Angular Material | Angular App |
Swagger OpenAPI endpoint | .Net Core API |
ngx-toastr | Angular App |
-
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