Skip to content

A React and Node.js app that searches for movies using the TMDB and OMDB database. βš›βœ¨πŸŽ₯

Notifications You must be signed in to change notification settings

abhijit-hota/MovieDex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

65 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A React and Node.js app that searches for movies using the TMDB and OMDB database.

Try it out here: MovieDex

Powered by ✨

Developing locally (if you want to) πŸ—

  • Clone
  • Create an .env file with three constants:
    • MOVIE_DB_API_KEY with the value set to your TMDB API key.
    • OMDB_API_KEY with the value set to your OMDB API key
    • PORT (optional) with any valid port value.
  • npm install in the root folder.
  • yarn in the client folder.
  • node server.js or nodemon server.js in the local folder.
  • yarn start in the client folder.

Star and share if you like it! πŸ˜„