What2Watch2Night
What2Watch2Night is a free open source application to help Plex users find new movies and TV shows. Movies and TV shows are recommended to you based on your current Plex watching habits.
This is still in development. If you would like to help contribute feel free to check out any of the open issues.
Setup and install
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system
Prerequisites
-
Required Keys
Rename
example.envto.envand update the test tokens with your tokensGOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRET
COOKIE_KEY
PORTdefaults to 8080 if no value is provided
MOVIE_API_KEY
TDAW_API_TOKEN
Installing
Clone the repository
git clone git@github.com:mjrode/WhatToWatch.git
cd into the new directory
cd WhatToWatch
Install dependencies
npm install
Create database and run the migrations
node server/db/scripts/setup.js
Concurrently run the frontend and backend servers
npm run dev
Running the tests
npm test