MERN application to browse your favorite Movies, TV shows, and share ratings with friends.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/austinmdem/movie-buff.git
- Run npm install inside project root directory
npm install
- Get an API Key from The MovieDB
Replace "mongoURI" in config/default.json with new api key
- Start the server
npm run dev (to run frontend along with nodejs backend server)
- Explore
Enjoy! :)
- React - The JavaScript framework used
- Redux - State Management
- styled-components - CSS Framework
- The MovieDB - Movie Database API
- MongoDB - MongoDB Atlas
- Express - Expressjs Node Framework
- Austin Deming - Initial work - AD Web Development
This project is licensed under the MIT License - see the LICENSE.md file for details
- VS Code - Text Editor
- Inspiration