Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 495 Bytes

File metadata and controls

19 lines (11 loc) · 495 Bytes

cloudtest

Sigfox test server

-- Dependencies --

Node.js >= 10.x

Mongodb >= 4.2

npm (usually installed alongisde Node.js)

-- Installation --

Run 'npm install' in the source directory. This will install all dependencies specified on package.json

To deploy the server locally: 'npm run dev' By default it is configured to listen on port 3000. See dbconnect.js and index.js files to configure database and server ports.

Execute with 'npm run dev', this will enable you to run the server.