Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 929 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 929 Bytes

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