VicentGN / WebGISService

Web GIS Service based on NodeJS and TurfJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGISService

WebGISService. Geospatial operations running as a service. Based on NodeJS/ExpressJS and TurfJS.
Try the demo: https://web-gis-service.onrender.com

Starting 🚀

git clone https://github.com/VicentGN/WebGISService.git

Pre-requisites 📋

  • Node v.14

Install 🔧

  1. First steps: go to the cloned project and start up:
cd WebGISService
npm i
  1. Create an .env file in the root folder. Example:
PORT=3000
  1. Initialize the project:
npm run dev

Next, open a web browser and go to http://localhost:3000/
You will watch the welcome page.

Technologies 🛠️

  • ExpressJS - Framework NodeJS
  • TurfJS - JS library for geospatial analysis
  • Render - Cloud application platform

Authors ✒️

  • Vicent García - Web GIS Dev - VicentGN

About

Web GIS Service based on NodeJS and TurfJS


Languages

Language:JavaScript 100.0%