MovieDex
MovieDex copied to clipboard
A React and Node.js app that searches for movies using the TMDB and OMDB database. ⚛✨🎥
A React and Node.js app that searches for movies using the TMDB and OMDB database.
Try it out here: MovieDex
Powered by ✨
- Node.js
- React
- Material-UI
- The Movie Database
- Open Movie Database API
- Logo by me. Font used: BLANKA
Developing locally (if you want to) 🏗
- Clone
- Create an
.envfile with three constants:MOVIE_DB_API_KEYwith the value set to your TMDB API key.OMDB_API_KEYwith the value set to your OMDB API keyPORT(optional) with any valid port value.
npm installin the root folder.yarnin theclientfolder.node server.jsornodemon server.jsin the local folder.yarn startin theclientfolder.