Giter VIP home page Giter VIP logo

pisceszaiby / cinespace Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 256.39 MB

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.

HTML 0.03% CSS 0.05% JavaScript 99.88% Makefile 0.03%
bootstrap imdb-movies mern-stack mongodb nodejs react

cinespace's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.