https://github.com/omostan/.net-core-3.1-mvc-rest-api
How to build a full REST API using .NET Core 3.1. it is a full implementation of MVC, REST, the Repository Pattern, Dependency Injection, Entity Framework, Data Transfer Objects, (DTOs), AutoMapper to provide 6 API endpoints that will allow you to Create, Read Update and Delete resources following the instructions from https://www.youtube.com/watch?v=fmvcAzHpsk8
https://github.com/omostan/.net-core-3.1-mvc-rest-api
api automapper database-migrations dtos mvc rest-api restful restful-api restful-webservices
Last synced: 12 months ago
JSON representation
How to build a full REST API using .NET Core 3.1. it is a full implementation of MVC, REST, the Repository Pattern, Dependency Injection, Entity Framework, Data Transfer Objects, (DTOs), AutoMapper to provide 6 API endpoints that will allow you to Create, Read Update and Delete resources following the instructions from https://www.youtube.com/watch?v=fmvcAzHpsk8
- Host: GitHub
- URL: https://github.com/omostan/.net-core-3.1-mvc-rest-api
- Owner: omostan
- License: mit
- Created: 2021-03-14T18:48:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T12:29:57.000Z (over 5 years ago)
- Last Synced: 2025-04-07T01:19:55.306Z (about 1 year ago)
- Topics: api, automapper, database-migrations, dtos, mvc, rest-api, restful, restful-api, restful-webservices
- Language: C#
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
"# .NET-Core-3.1-MVC-REST-API"