Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 444 Bytes

musicsearch

Python + GraphQL + Postgres

Featuring:

  • Docker v1.12.5
  • Docker Compose v1.8.1
  • Python 2.7

Instructions for Linux

  1. Build images - docker-compose build
  2. Start services - docker-compose up -d
  3. Create migrations - docker-compose run web /usr/local/bin/python manage.py migrate
  4. Load fixtures - docker-compose run web /usr/local/bin/python manage.py loaddata tracks
  5. Go to http://localhost:8000/graphql