Movies App

One stop destination for all your movie searches. Enter your query and we will suggest you some of the best movies related to your query.

API Reference

Get all items

I have used OMDB API for all the movies posters and details.

  GET http://www.omdbapi.com/?apikey={api_key}&s={query}
Parameter Type Description
api_key string Required. Your API key
query string Required. Your Search Term

Demo

Hosted on Heroku - https://movies-collected.herokuapp.com/

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

OMDB_API_KEY

DB_URL

Run Locally

Clone the project

  git clone https://github.com/ankitbiswal547/movies-app.git

Go to the project directory

  cd movies-app

Install dependencies

  npm install

Start the server

  npm run start

LOGO

Logo

Screenshots

App Screenshot

App Screenshot 2

Mobile View

Login Page