matching-app-api

this is matching application api. created by rails on docker.

Stars
0
Committers
1

Matching App API README

This README would normally document whatever steps are necessary to get the application up and running.

Set Up

$ docker-compose up -d

Database initialization

$ docker-compose run --rm api bundle exec rails db:prepare

Run bundle install

$ docker-compose run --rm api bundle install

How to run the test suite

$ docker-compose run --rm api bin/rspec