/fm-cars

Primary LanguageJavaScript

CircleCI David Docker Automated build

Microservice cars for funny-market project

Features:

Usage

$ npm install -g nodemon 
     ...
$ cd fm-cars
$ npm install

Basic Commands

$ npm start
$ npm run dev
$ npm test
$ npm run test:unit
$ npm run clean
$ npm run serve

Docker

# build image
$ bash build.sh
# run unit and integration tests
$ docker-compose -f test_compose.yml up cars_test