Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 835 Bytes

File metadata and controls

27 lines (19 loc) · 835 Bytes

warmapp-api

API to creates an youtube playlist with facebook event posted videos.

Code Climate Build Status Test Coverage

Docker

Run

bin/setup
docker-compose run web rake db:create
docker-compose run web rake db:migrate
docker-compose up web

Tests

If you want run tests inside containers. Just run:

bin/setup
docker-compose run test rake db:create
docker-compose run test rake db:migrate
docker-compose run test