Please ensure that your are running the latest version of XCode
- Clone this repo:
git clone 'https://github.com/joedavies25/5mins.ai_tech.git' - Locate to MovieApp:
cd MovieApp - Install dependencies:
yarn install - Intsall pods:
yarn pod - Create .env file with your API key:
API_KEY=<<YOUR_API_KEY>>
API_URL=https://api.themoviedb.org/3
IMG_URL=https://image.tmdb.org/t/p/w300
- Finally build and run the app:
yarn ios
Sit Back and grab a coffee ☕️ This is going to take a while!
To run tests on this app: yarn test

