Skip to content

ASP.Net Core 3.0 - Web restful API

Latest
Compare
Choose a tag to compare
@HuaHoangThanhBao HuaHoangThanhBao released this 09 Jun 14:41
· 44 commits to master since this release

Completely building web Rest API. The project has 4 layers:

1/ API Layer: Handling Get, Post, Put, Delete request.
2/ CoreLibrary: Store ORM Model and Mapping Profile.
3/ DataAccess Layer: Interface Repository Handling.
4/ Repository Layer: Handling CRUD operations.

Note: When you request to server you'll need a key attachment to completely get data. The key is not published in here. For further information, please contact via email: [email protected].

Thanks.