Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 348 Bytes

GISCoLab

Project Repository for university course "Geosoftware II" at IfGI Münster

Installation Guide:

You need Node.js and Mongo installed and you need to create a data folder at the node of the project

run in console:

npm install

bower install

then run in mongo console:

mongod --dbpath data-folder

run in the other console:

npm start