This is a movie information application which shows all the movies and shows, a user searches for, along with all their details like short summary, imdb ratings, actors, nominations, languages and many more.
- Clone the repositary into your local machine.
git clone https://github.com/RounakNeogy/Movie-info-application.git
- Go to the Movie-info-application folder
cd Movie-info-application
- Install node modules
npm install
- Run the Project
npm start