kenhyuwa / mysql8-polygonal-geolocator

Demo project for demonstrating Mysql 8 and Polygonal geolocation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysql8-polygonal-geolocator

This Demo project is a companion to the blog post at https://medium.com/maatwebsite/mysql-8-polygonal-map-search-f3caeb614ffd

Running the demo

I've provided a Docker setup to run this project. All you need is to copy docker-compose.yml.dist to docker-compose.yml, change whatever paths or settings you need changed and run docker-compose up -d. You will then need to install the dependencies through yarn and composer, and run migrations.

You can do all of this through docker:

docker-compose exec fpm composer install

docker-compose exec node yarn install

docker-compose restart node

Now you can access the demo at http://localhost:8080

About

Demo project for demonstrating Mysql 8 and Polygonal geolocation


Languages

Language:PHP 93.5%Language:Vue 5.0%Language:HTML 1.2%Language:Dockerfile 0.3%