This Web application is using MERN mongoDB Express React and node.js as well as TMDB API which represents our data source the web design is used mainly with bootstrap and it's web responsive aswell.
- Install Node.js and MongoDB in your machine.
- Install all the npm packages required from dependencies in package.json using
npm install
- Set Environment Variables for API keys using
set TMDBAPIKEY="Your tmdb api key without quotes" set OMDBAPIKEY="Your omdb api key without quotes"
- Set Environemnt Variable for Database using
set DATABASEURL="Your database url without quotes"
- Since the user preferences as his liked movies will be stocked in our NOSQL MongoDb, you'll need to create a new database with the corresponding documents in it.
- Run app using
npm start