API to creates an youtube playlist with facebook event posted videos.
bin/setup
docker-compose run web rake db:create
docker-compose run web rake db:migrate
docker-compose up web
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