Skip to content

Releases: HuaHoangThanhBao/TruyenAPI

ASP.Net Core 3.0 - Web restful API

09 Jun 14:41
Compare
Choose a tag to compare

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: huahoangthanhbao@gmail.com.

Thanks.