Skip to content

Giorgi/Maui-DotNetConf-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maui DotNetConf 2023 Spatial Data Sample App

Overview

This is a sample app and backend code for my Spatial Data with Entity Framework Core and .NET MAUI session.

The code demonstrates how to work with spatial data with EF Core and ASP.NET and how to use MAUI Map control.

The projects use the following libraries:

Running the projects locally

There are several steps required to run the project locally

Set up PostgreSQL database

The backend project uses PostgreSQL. Once you set up the PostgreSQL server, create a spatial database and restore data.. Next, run scripts.sql from the project. Finally, update the connection string in the project.

Get a Google Maps API key

To use the Map control follow the Platform configuration steps from the official documentation

Set service endpoint

If you use a different port or want to run the app on a local device, you must update the service base url in MauiProgram.cs

Neighborhood

Nearest Subways - Map

Nearest Subways - List

Releases

No releases published

Packages

No packages published

Languages