UADE | 2020 | Distribuidas | Movie react app
Welcome to the best UADE Movie Mobile app ever.
npm start
npm run lint-fix
npm run lint
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.