React Movie is a website using The Movie Database API to display related information about movies and their trailers 🍿🎥
- React
- Styled Components
- React Modal Video
- Node.js
- Express
- MongoDB
- The Movie Database API
- Docker
- Docker
- Node.js
-
Get a free API Key at TMDB
-
Clone the repository
git clone https://github.com/mdossantosdev/react-movie.git
- Go into react-movie
cd react-movie
- Copy the
.env.sample
file to.env
and fill it
cp .env.sample .env
API_URL=https://api.themoviedb.org/3/
API_KEY=your_tmdb_api_key
# Optional
DB_CLUSTER=your_db_cluster
DB_NAME=your_db_name
DB_USERNAME=your_db_username
DB_PASSWORD=your_db_password
JWT_SECRET=your_jwt_secret
- Run the Docker containers
docker-compose up
- The application should now be running at http://localhost:3000
This project is licensed under the MIT License.