https://magicvillaweb20240727151251.azurewebsites.net/
A villa management app built on .net core 8 web API, Entity framework with authentication and authorization in API and consume API. This project is done as a part of a training session conducted by Bhrugen Patel.
- ASP NET Core
- RESTful APIs
- Swagger
- Swashbuckle
- API Versioning
- EF Core
- Authentication and Authorization
- Learn fundamentals of ASP NET Core web API
- Build RESTful APIs in .NET 8
- How to properly document an API using Swagger and Swashbuckle.
- Versioning in an API.
- Implement Repository Pattern in API to the database using EF.
- Authentication and Authorization in ASP.NET Core API's.
- Integrate Entity Framework along with code-first migrations
- Learn how to consume API using HTTPClient in the Repository Pattern.
- Deploying .NET 8 API