Skip to content

A Simple Showcase for GeoSpatial Data Visualaization using JS Frameworks

License

Notifications You must be signed in to change notification settings

masterofdon/fullstack-geospatial-data-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Full Stack GeoSpatial Data-Viz Project

This is a deveice monitoring project. The device on different location supposedly feeds the cloud with huge data.

Getting Started

The project consists of two parts. One Backend which delivers a simple API functionality for show purposes and the other is a webapp. The webapp is a dashboard with Mapviewer.

Prerequisites

Node.js should be installed in your environment.

Installing

The installation can be done by copying the root content from this git.

Each project is also available on NPM repo for show purposes.

For backend:

npm install geospatial-data-viz-backend

For webapp:

npm install geospatial-data-viz-webapp

After this you need to run both projects with npm start

npm start geospatial-data-viz-backend
npm start geospatial-data-viz-webapp

Running the tests

Currently no tests.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A Simple Showcase for GeoSpatial Data Visualaization using JS Frameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published