- Create optional file 'credentials.js' in '\server\config\environment\credentials.js'
export default {
port: 9000,
goliathUrl: 'http://localhost:8100/', // Database service local address https://github.com/Artimatic/station-data-service
armadilloUrl: 'http://localhost:3000/', // Machine Learning service local address https://github.com/Artimatic/station-analysis-service
twilio: { // For SMS functionality
key: 'KEY',
id: 'ID'
}
};
Run npm install
Run npm run build
.
Run npm run start
Requires station-data-service to be set up and running. https://github.com/Artimatic/station-data-service
Requires station-analysis-service to be set up and running. https://github.com/Artimatic/station-analysis-service