Skip to content

riganti/dotvvm-samples-flight-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

DotVVM Flight Finder Sample

This application is a DotVVM remake of Blazor Flight Finder demo.

Prerequisites

How to run the sample

  1. Open the GitHub repo in Visual Studio or git clone https://github.com/riganti/dotvvm-samples-flight-finder.git

  2. Open src/FlightFinder.sln Open the solution file

  3. Right-click the FlightFinder.Api project and select View > View in Browser View FlightFinder.Api in Browser

  4. You will see HTTP 404, but it is OK – the FlightFinder.Api project is a REST API without a home page – it only provides data to the app itself

  5. Right-click FlightFinder.Web project and select View > View in Browser View FlightFinder.Web in Browser

What you can learn in the sample

  • How to use REST API bindings to work with APIs directly from Views
  • How to use Markup Controls

Other resources