Skip to content

Binge-Watch is an interactive web application designed for movie enthusiasts to curate and manage their personal movie collections effortlessly. With robust user authentication at its core, Binge-Watch empowers users to build and organize their movie galleries. Explore Binge-Watch today and start curating your ultimate movie collection.

Notifications You must be signed in to change notification settings

HaardikMishra020/binge-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BingeWatch -> Movie Gallery App

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Installation

Install the project dependencies using npm:

npm install

Set Up Environment Variables

Create a new file named .env in the root of your project and add the following content: DBURL - url for the database. SECRET - Secret key for session. API_KEY - API key for Omdb API

DBURL=
SECRET=
API_KEY=

Replace the placeholder values with your actual credentials. You can obtain these credentials by signing up for the corresponding websites on MongoDB and OMDb API

Running the Project

npm start

Open http://localhost:5000 in your browser to view the project.

Screenshots of the Project

Login Page Login Page

Home Page Main Page

Search page Search

Playlist page Playlist

About

Binge-Watch is an interactive web application designed for movie enthusiasts to curate and manage their personal movie collections effortlessly. With robust user authentication at its core, Binge-Watch empowers users to build and organize their movie galleries. Explore Binge-Watch today and start curating your ultimate movie collection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published