Skip to content

luanfrv9/ivewatched

Repository files navigation

i've watched

ci

Instructions

Development

TMDB API Read Access Token

Copy the env.sample as .env and fill the TMDB_API_READ_ACCESS_TOKEN with your token from https://www.themoviedb.org/settings/api

Running development server

bin/dev

Running code linter

bin/lint

Running unit tests

bin/test_unit

Running e2e tests

bin/test_e2e