Skip to content

vince1393/movie_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Used for managing and easily viewing movie files on local drives

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published