Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.16 KB

Movies Track

Where the movie search becomes easier.

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.

Start

  • 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

Capture d’écran (31)

Capture d’écran (32)

Adnan El Mouttaki