README
Installation (via Docker)
The app follow the conventions of standard Rails 5 API application.
Env:
cp .env.example .env
Build:
docker-compose build --pull
Running the containers:
docker-compose up -d
Running tests:
docker-compose run --rm web rspec ./spec