Based on the Web Application built in the Book 'ASP.NET Core Razor Pages in Action' by Mike Brind (Manning, 2022).
City Breaks is a web application for booking short holidays. It covers the topics of using forms and working with data, securing your application and ensuring that it performs well before publishing it.
- Visual Studio 2022
- .NET SDK 6.0.421
- Clone the project.
- Open the solution file
src\CityBreaks.sln
. - Build the solution.
- Press F5 to start the application.
On first launch, the database will be generated by EF Core's EnsureCreatedAsync()
method.
This will create the database "CityBreaks" and seed it with initial data.
Default user credentials are located in CityBreaksContextInitializer
.
Copyright © 2024 Felipe Romero