CineTrending is application about movies/tv series that show movie/tv series trending and your informations, done consuming themoviedb API, the user can search your movie and see trendings.
Pre-requisites: You must have the tools installed: Git, Node.js, and have one TMDB API KEY which can be generated by creating an account on the official TMDB website.
# In the terminal, clone the project: $ git clone https://github.com/Wesley-wsl/CineTrending.git # Enter the project folder: $ cd CineTrending Create an .env file in the project root and paste your TMDB API KEY in the format below: REACT_APP_IMDB_API_KEY=YourKey # Install dependencies: $ yarn or $ npm install # Run the application: $ yarn start or $ npm run start
Okay, now you can access the application from the route: https://localhost:3000/