Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miasanromen/hotellisting.api
REST API, created on C# language using ASP.NET Core Web API
https://github.com/miasanromen/hotellisting.api
asp-net-core automapper cors entity-framework-core rest-api restful swagger swagger-ui webapi
Last synced: 7 days ago
JSON representation
REST API, created on C# language using ASP.NET Core Web API
- Host: GitHub
- URL: https://github.com/miasanromen/hotellisting.api
- Owner: MiaSanRomen
- Created: 2022-07-30T13:08:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T10:03:33.000Z (about 1 year ago)
- Last Synced: 2023-10-17T02:47:26.137Z (about 1 year ago)
- Topics: asp-net-core, automapper, cors, entity-framework-core, rest-api, restful, swagger, swagger-ui, webapi
- Language: C#
- Homepage: http://rbrizinski-001-site1.gtempurl.com/swagger/index.html
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HotelListing
## HotelListing.API - web API, created on C# language using ASP.NET Core Web API.
App working with MS SQL.http://rbrizinski-001-site1.gtempurl.com/swagger/index.html
In development used and realised:
```
-A Data Driven API using Entity Framework .NET 6
-RESTful APIs with proper practices
-Cross-Origin Resource Sharing (CORS)
-Enterprise Level Design Patterns
-Production Grade Third-Party Tools
-Troubleshoot and Fix Practical Errors
-AutoMapper and Data Transfer Objects (DTOs)
-Swagger UI Documentation
-API Versioning
-API Caching
```- Done in 2022