Skip to content

Pranavsolanki01/ThreeLayerArchtectutre-ASP.NET-Core

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published