This project was bootstrapped with Create React App.
- The movie database API KEY. You can get it at The Movie DB API
- The Trello API KEY and access token. You can get it at Trello API
touch .env
Copy and paste the following variable to the file you just created and add your API Keys
REACT_APP_MOVIE_API_KEY=<<your api key here>>
REACT_APP_TRELLO_API_KEY=<<your api key here>>
REACT_APP_TRELLO_APP_TOKEN=<<your token here>>
REACT_APP_LIST_ID=<<your list id here>>