Skip to content

CineSpace is a Movie Database MERN Web Application. It displays and recommends a list of most popular movies in IMDB. It allows users to maintain a watchlist, search for different movies by their title, genre, description.

Notifications You must be signed in to change notification settings

Pisceszaiby/CineSpace

Repository files navigation

CineSpace

CineSpace is a Full Stack Movie Database MERN Web Application. It displays and recommends the most popular movies of IMDB. The application allows the user to search for movies based on its genre, name and description. A curated list of movies based on genre is shown in different genre pages. You can search for a movie’s plot, release year, IMDB Rating, actors, genre, directors and description. Users can also maintain a watch list. Based on the watch List the application rates the top genre, actor, movie of the user, and maintains a recommendation list of the movie.

Images

Main Page

image

WatchList

localhost_3001_watchlist(Nest Hub Max)

Recommendations

localhost_3001_recommended(Nest Hub Max)

Search Results Page

image

Movie Info Page

image image

One of the 13 Genre Pages: Animation:

image image image

Technologies Used

• Front End

Uses React to maintain the Front End of the web application due to the usability and effectiveness of React. Along with React, Bootstrap is also used to introduce responsiveness in the web application, so that the application can be used in different screen sizes. Vanilla HTML, CSS and JavaScript is used to customize the Bootstrap classes.

• Back End

Together, Node.js and Express form the backend foundation of a MERN application. Node and Express are used to create a server, define API endpoints, handle client requests, interact with databases (such as MongoDB), and send responses back to the client.

• Database

MongoDB is maintained with different fields related to movies. The data in the movies databased is accessed, modified and created using the Express Server which receives client requests and sends response based on the MongoDB Data.

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm start

To change current directory to server in a differet terminal

cd server

To run the backend server app.js file, to start the server side. The [http://localhost:4000] contains the server side data.

nodemon app.js

Make a new DB in MongoDBCompass named as MovieDB, create a new collection movies Import the CSV movies.csv file in the MongoDBCompass To run the app mongo server

mongo

Run it another terminal

mongod

About

CineSpace is a Movie Database MERN Web Application. It displays and recommends a list of most popular movies in IMDB. It allows users to maintain a watchlist, search for different movies by their title, genre, description.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages