Skip to content

A proof of concept for the pre-experimental data collector (backend part)

License

Notifications You must be signed in to change notification settings

hereon-wpi/pedc-back

Repository files navigation

Pre Experiment Data Collector (backend)

Uses Nest framework.

Requirements

Need running mongodb on port 27017 with "pedc" database.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

A proof of concept for the pre-experimental data collector (backend part)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published