/BookApp.Main

Primary LanguageC#MIT LicenseMIT

BookApp.Main

This is a version of the BookApp used in the Evolving modular monoliths series of articles. The BookApp is a e-commerce web app taht sells books using ASP.NET Core and EF Core. This application features in my book Entity Framework Core in Action.

This specific version:

  • Contains BookApp FrontEnd, the Orders bounded context code and
  • The BookApp.Books part of the app is provided via a NuGet package - see the second part of the evolving modular monoliths series for how this was done. !!! LINK !!!
  • Uses the modularize bounded context approach, where each project is focused on one job.