Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 929 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 929 Bytes

ASP.NET Core Razor Pages Book

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.

Prerequisites

  • Visual Studio 2022
  • .NET SDK 6.0.421

Getting started

  1. Clone the project.
  2. Open the solution file src\CityBreaks.sln.
  3. Build the solution.
  4. 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.

Screens

Home page

License

MIT License

Copyright © 2024 Felipe Romero