Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.06 KB

File metadata and controls

24 lines (16 loc) · 1.06 KB

3 Layer Architecture ASP.NET Application

Frameworks and Libraries

How to Test

First Add you Connection stirng for the database connection PlStudent/appsettings.json

 "ConnectionStrings": {
   "DefaultConnection": "ADD YOUR CONNECTION STRING HERE"
 }

Navigate to http://localhost:5000/Student/index.html to check the API documentation and test all endpoints.

Limitations

The API does not show how to implement distinct databases to read and write data, nor shows advanced synchronization features. The application just shows examples of using MeadiatR and, consequently, the mediator pattern to handle request and responses in a CQRS approach.