- ASP.NET Core Web API application
- REST API principles, CRUD operations
- Repository Pattern Implementation
- Swagger Open API implementation
- ASP.NET Core Web API application
- REST API principles, CRUD operations
- Repository Pattern Implementation
- Swagger Open API implementation
- SqlServer database connection and containerization
- Using Entity Framework Core ORM and auto migrate to SqlServer when application startup
- Implement API Gateways with Ocelot
- Containerization of microservices
-
You can launch microservices as below urls:
-
Issue API -> http://host.docker.internal:5001/swagger/index.html
-
Notification API -> http://host.docker.internal:5002/swagger/index.html