- Notifications
You must be signed in to change notification settings - Fork2
A React and Node.js app that searches for movies using the TMDB and OMDB database. ⚛✨🎥
NotificationsYou must be signed in to change notification settings
abhijit-hota/MovieDex
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Try it out here:MovieDex
- Node.js
- React
- Material-UI
- The Movie Database
- Open Movie Database API
- Logo by me. Font used:BLANKA
- Clone
- Create an
.env
file with three constants:MOVIE_DB_API_KEY
with the value set to yourTMDB API key.OMDB_API_KEY
with the value set to yourOMDB API keyPORT
(optional) with any valid port value.
npm install
in the root folder.yarn
in theclient
folder.node server.js
ornodemon server.js
in the local folder.yarn start
in theclient
folder.
Star and share if you like it! 😄
About
A React and Node.js app that searches for movies using the TMDB and OMDB database. ⚛✨🎥