Skip to content

mjrode/WhatToWatch

Repository files navigation

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.

View Demo

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

Installing

Clone the repository

git clone git@github.com:mjrode/WhatToWatch.git

cd into the new directory

cd WhatToWatch

Server (run from the root directory)

Install dependencies

npm install

Install npx to easily run migrations npm install -g npx

Create database, test database, and run the migrations npx sequelize db:create NODE_ENV=test npx sequelize db:create npm run db:reset

Prerequisites

Running the tests

npm test

Client (run from WhatToWatch/client)

install dependencies

npm install

Run application

Concurrently run the frontend and backend servers

npm run dev

Built With

About

Recommend TV shows based on current Plex library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages