This repo is a companion to a complete blog post here
- Build the custom PostGIS docker image and start it using docker-compose
docker-compose up -d --build
- Run the API
cd api
dotnet run
- Start the Front-end App
cd app
yarn dev
- Go to the page served by the Front-end App