Web Interface for GeoBoost2. The Web Services are available here.
- NodeJS 7.10.x
- npm 5.8.x
- Latest GeoBoost2 Services
- Your Favorite Text Editor, VS Code is full featured NodeJS IDE.
- Create a settings.js file in the bin folder with your configuration details. Refer to settings_template.js
- Run
npm install
to install required NodeJS packages. - Run
npm test
to ensure that tests are passing. - Run
npm start
to start the application.