Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SegiH/WatchList

Repository files navigation

WatchList

WatchList is a multi-user app that lets you track the movies and TV shows that you watch.

You can use this app to track how many times you watched something, where you watched it and when you watched it. You can also rate movies or shows and get recommendations based on the movie or show you are looking at.

After adding information for a while, WatchList will generate statistics to show you trends for favorite movies and tv shows and more.

It is possible to add a WatchList record by searching IMDB if you provide an API key. More info is available in INSTALL.md.

When you are online, images are cached so that they do not need to be downloaded again.

WatchList uses a JSON database to store your logged movie and TV shows.

WatchList can be run as a web app. If you use Google Chrome or Edge, you can also install WatchList as a desktop application by installing it as a Progressive Web Application (PWA) where it runs on a desktop or mobile device and looks like a native desktop application. See INSTALL.MD for details.

Docker is also supported. See INSTALL.MD for details.

Demo Mode

You can test out WatchList in demo mode without any setup. Adding and saving is currently disabled in demo mode.

  1. Check out the code and go to the root directory of the project in a command prompt
  2. Run the following commands:
  3. npm install
  4. npm run build
  5. npm run start
  6. Visit http://localhost:3000 in your browser and log in with demo as the username and password.

Installation

Installation instructions and more detailed information can be found in INSTALL.md

Screenshots

Main WatchList

WatchList

View a WatchList record

View a WatchList

Edit a WatchList record

WatchList Edit

Add a WatchList record

WatchList Add

WatchList Stats Video

WatchList Stats Video

Search

Search

Settings

Settings - WatchList

Admin Console - Manage Users

Admin - Manage Users

Admin Console - Manage Sources

Admin - Manage Sources

Admin Console - Manage Types

Admin - Manage Types

About

WatchList is an app to track what movies and TV Shows you watch

Topics

Resources

Stars

Watchers

Forks

Languages