Skip to content

Asp.net core web application for hotel reservations. Applied clean code, clean architecture and repository pattern for database models access.

Notifications You must be signed in to change notification settings

khaledsabry97/DiversHotel

Repository files navigation

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

About

Asp.net core web application for hotel reservations. Applied clean code, clean architecture and repository pattern for database models access.

Topics

Resources

Stars

Watchers

Forks