/movie_manager

Used for managing and easily viewing movie files on local drives

Primary LanguageTypeScript

This project was bootstrapped with Create React App. Configured by following https://flaviocopes.com/react-electron/

How to get started

Step 1 - Install

npm install

Step 2- Movie API

API for movie look-up provided by http://www.omdbapi.com/

In order to run the application, a .env file is needed at the root level with the API key that is provided by the provider.

The variable that will be used is REACT_APP_API_KEY and the value must be set in the .env file.

Your env file should contain:

BROWSER=none REACT_APP_API_KEY={KEY_HERE}

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.