API server & web client used by cenote
-
Install gcc
-
Install librdkafka-dev
-
Install dependencies:
$ npm i- Start mongo deamon:
$ mongod$ npm run dev$ npm run build && npm start$ docker-compose build
$ docker-compose up$ npm run lint
$ npm run test