/LibraryApp

Library app for test. Based in C#, ASP.NET MVC5, EF6 and ASP.NET WebApi. With MetadataTypeentity reference and json converter entity loop handle.

Primary LanguageJavaScript

LibraryApp

Solution architecture:

The solution is structured by 3 project:

  • LibraryApp.API

    Here the entities are defined to access the database and serve them through endpoint.

  • LibraryApp.WEB

    MVC application as user access interface.

  • LibraryApp.Common

    Cross layer where are defined the common objects and functionalities to API and WEB project