/fm-image

Primary LanguageJavaScript

CircleCI Docker Automated build

Microservice image for funny-market project

Features:

Usage

npm install -g nodemon 
 ...
git clone https://github.com/byavv/fm-image.git
cd fm-image
npm install

Basic Commands

npm start
npm run dev
npm test
npm run clean
npm run serve

Docker test

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