ReactJS Course - March 2021

The Trailers - live demo: thetrailers.herokuapp.com

The app allows users to:

  • Discover millions of movies
  • Watch trailers
  • Add movies to personal library
  • Read about actors movies and biography

Tech stack:

mern-stack

How to run in local environment

  • Download and install MongoDB
  • Navigate to server(Node) directory

cd back-end

  • Install all dependencies

npm install

  • Run the server

npm start

Server will run on http://localhost:5000

  • Navigate to client(React) directory

cd front-end

npm install

  • Run the application

npm start

The application will run on http://localhost:80