Skip to content

markdrecoll/movie_fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMDB Movie Fetcher

Live Demo

https://markdrecoll.github.io/movie_fetcher/

Instructions

Clone the repo down to your local computer. Open two terminals, one in the "backend" directory, and one in the root directory. Run npm install in both locations. Then in the backend terminal run node server.js. Confirm that the server is listening on port 5000. Then on the root terminal, run npm start. This will start the react page, and it will connect with the backend server. Database credentials and API keys are currently withheld. Reach out to request them for full functionality.

Description

This website displays random popular movies provided by API data from https://www.themoviedb.org/
Data can be saved and retrieved from a MongoDB NoSQL database.
Database functionality is limited only to local use, as GitHub pages only supports static HTML not serverside technology.

Questions

Email: mark@markdrecoll.com

Screenshot

movie_list_preview3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors