Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 519 Bytes

DiversHotel

To Run the Application

  1. dotnet ef database update => to setup your database from migrations
  2. Run App !!

What Application Do??

What is applied in this project

  1. Repository Pattern for models and database
  2. Dependency Injection for all the services needed in the project
  3. Clean Architecture for Models, Views and Controller