riganti / dotvvm-samples-flight-finder

DotVVM Flight Finder Sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

DotVVM Flight Finder Sample

License:Apache License 2.0


Languages

Language:C# 43.2%Language:JavaScript 23.9%Language:TypeScript 19.8%Language:SCSS 6.7%Language:CSS 6.5%