izzi is a streaming application that allows you to stream movies from a local network server. The app queries data from the TMDb API (https://www.themoviedb.org/) and uses that information to categorize and provide a better user interface for accessing your movies.
npm startnodemon tmdb_api
// or
node tmdb_apiThe backend currently initializes and updates the entire list of movies each time you start the server. This will definitely need to be changed. However, I may rewrite the server app in C# and .NET anyway.
And there you go! The app should now be up and running and you can start streaming any of your movies to your local network.
