This project is an implementation of an app with React to build the interface and show data from an API. atlas-cinema-guru is a pocket movie app in which we will keep track of our favorite movies and set up a watch later list.
Tise Figma link contains the main components of the design and detailed information about the project.
Set up Folder to place the backend and frontend clones
Copy code
mkdir cinema-guru
cd cinema-guru
Copy code
git clone https://github.com/atefMck/holbertonschool-cinema-guru-API.git
Copy code
git clone https://github.com/CKCarr/atlas-cinema-guru.git
Copy code
cd holbertonschool-cinema-guru-API
Copy code
docker-compose build --no-cache --force-rm
docker-compose up -d
Copy code
cd ../atlas-cinema-guru
Copy code
yarn install
Copy code
yarn start
This setup will allow testers to run the backend and frontend simultaneously and interact with the full application.