HowToWatchTv Build Status

Make sure to get a TVDB API key and add it to config/dev.secret.exs or in production, an environment variable called TVDB_API_KEY

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Run the seeds with mix run priv/repo/seeds.exs
  • Fetch the images for the seeds with mix fetch_image
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more