Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

czc-dev/Ordering-system

Repository files navigation

Ordering

GitHub tag (latest by date) Docker Cloud Automated build Docker Cloud Build Status CircleCI

DockerICO

Usage

Run (on development)

$ make init

# up postgres
# run foreman (rails server / webpack-dev-server)
# - ctrl-c to stop
$ make up

# stop postgres
$ make down

Run test

$ bundle exec rspec

Run CI (on local)

$ circleci local execute --job rspec

Reference