Skip to content

ContrerasHDaniel/cloudtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.