WebGISService

January 29, 2023 Β· View on GitHub

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