/uade-movie-app

UADE | 2020 | Distribuidas | Movie react native app

Primary LanguageJavaScript

Continous Integration

uade-movie-app

UADE | 2020 | Distribuidas | Movie react app

Welcome to the best UADE Movie Mobile app ever.

Main scripts

Run the app

npm start

Automatic Lint fixes

npm run lint-fix

Display Lint errors

npm run lint

Local setup

Add a .env file on the root folder with the following content:

MOVIEDB_API_KEY=<your-moviedb-api-key>
MOVIEDB_API_BASE_URL=https://api.themoviedb.org/3
BACKEND_API_BASE_URL=https://uade-movieapp-g5-api-dev.herokuapp.com

Replace your-moviedb-api-key with a valid API Key.