/leaflet-springboot-vuejs-geohash

Geohash generator with vue.js, Spring Boot and MongoDB

Primary LanguageVueGNU General Public License v3.0GPL-3.0

leaflet-springboot-vuejs-geohash

covid19-leaflet-docker is released under the Public License v3.0.

Maintainability Total alerts Language grade: JavaScript Codacy Badge

App

app-gif

Project Description

Simple geohash generator

Map

Tech Stack front-end

Tech Stack back-end

Geohash library

https://www.tabnine.com/code/java/packages/ch.hsr.geohash

Use this app

Copy this code

https://github.com/JulienChapron/leaflet-springboot-vuejs-geohash.git

Go to folder leaflet-springboot-vuejs-geohash

Run backend

cd ./leaflet-springboot-vuejs-geohash/backend
./mvnw spring-boot:run

Run frontend

cd ./leaflet-springboot-vuejs-geohash/frontend
yarn install && yarn run serve