Skip to content

bhojim/BooksWebAPI

Repository files navigation

BooksWebAPI

Demo Web API .NET5 using Repository Pattern

This solution has three projects

  1. ApplicationCore
  2. BooksWebAPI (Startup project)
  3. Infrastructure

ApplicationCore project contains all the DTO classes, entity classes and the interfaces.

Infrastructure project contains all the repositories and the BookStoreContext.

BooksWebAPi project contains the controller classes.

About

Demo Web API .NET5 using Repository Pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages