Awesome
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 ๐ง
- First steps: go to the cloned project and start up:
cd WebGISService
npm i
- Create an
.env
file in the root folder. Example:
PORT=3000
- 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