Coltrack 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.