Skip to content

Hotel booking app using Wpf, Prism and EF Core.

Notifications You must be signed in to change notification settings

oskvr/HotelBooking

Repository files navigation

Hotel Booking

Picture of app

About

Tech:

UI libraries and controls:

Getting started

Prerequisites

> git clone https://github.com/oskvr/HotelBooking.git HotelBooking
> cd HotelBooking/HotelBooking.DAL
> dotnet ef migrations add Init
> dotnet ef database update
> cd ../HotelBooking.Presentation
> dotnet run

or

Using the Package Manager Console in Visual Studio:

  • Change the "Default Project" to HotelBooking.DAL and run:
> add-migration Init
> update-database

License

MIT

About

Hotel booking app using Wpf, Prism and EF Core.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages