This is a project that utilizes the TMDB API to display information about movies and TV shows.
The project includes the following features:
- Allow users to create an account, log in, and save favorite movies or TV shows
- Display and search popular movies and TV shows
- Display detailed information about each movie or TV show
- Search for different users and their favorites
The project was built using the following technologies:
- Node.js
- Express
- PostgreSQL - Sequelize
- JWT
- React
- Redux
- TMDB API
To run the project, follow these steps:
- Clone the repository
- Register for a free API key on the TMDB website
- Replace the
API_KEY
variable in a.env
file with your API key - Run in your terminal
npm i
and thennpm start
To use the project, follow these steps:
- Create an account or log in
- Use the search bar or filters to search for specific movies or TV shows
- Click on an item to view its detailed information
- Add any movie or TV show to your favorites
- Search for other users and display their favorites
This project was created by Pedro José Fanelli Ederra