https://markdrecoll.github.io/movie_fetcher/
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.
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.
Email: mark@markdrecoll.com
