Movie finder is a web application built with React, using The Movie Database (TMDb) API and a CICD pipeline managed with CircleCI.
A live demo of the application is available at MovieFinder.
- Clone the repo:
[email protected]:DylanWard14/MovieFinder.git
cd MovieFinder
- Create
.env.local
file - Add your own The Movie Database API key to the file
REACT_APP_API_KEY=YOU_KEY_HERE
- Install all the packages:
npm install
- Run the application:
npm start
- Open your browser:
http://localhost:3000
- Create a
cypress.env.json
file at the root of the project - Add
{ "REACT_API_KEY": "*" }
to the file, replacing*
with your The Movie Database API Key - Run
npm run cypress:open
to open the Cypress test runner