Skip to content

A web application using MERN and TMDP API to display movies informations

Notifications You must be signed in to change notification settings

DarkLazoril/MoviesTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web application using MERN and TMDP API to display movies informations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published