Coder Social home page Coder Social logo

mehradevesh2022 / movieverse Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 23.33 MB

Welcome to MovieVerse, a comprehensive MERN (MongoDB, Express, React, Node.js) application that provides an immersive movie experience similar to IMDb. Discover, engage, and interact with movies, TV series, and their creators in a user-centric environment.

Home Page: https://movieverse-bice.vercel.app/

HTML 1.36% JavaScript 98.64%
axios-interceptor axios-react jwt-authentication mern-project movie-app movie-reviews tdmb-api imdb-alternative express-validator formik-validation

movieverse's Introduction

MovieVerse - Your Ultimate Movie App


Demo

demo.mp4

Introduction


MovieVerse is a comprehensive MERN (MongoDB, Express, React, Node.js) application that offers an immersive movie experience similar to IMDb. With features such as detailed movie information, cast details, trailers, user accounts, reviews, and more, Movie-verse brings the world of movies to your fingertips.

Technologies


React Node.js Express.js MongoDB Material UI SwiperJS Formik Yup Express Validator Jsonwebtoken Axios

Front-end


  • Create React App: Building user interfaces with React.
  • Material UI: A popular React UI framework for creating visually appealing interfaces.
  • SwiperJS: A swiper/slider component for images and other content.
  • React Router v6: For handling navigation within the app.
  • Formik: For building and validating forms in React.
  • Yup: A schema validation library for form validation.
  • Axios: For making HTTP requests to APIs.

Back-end


  • Express: A fast and minimalist web application framework for Node.js.
  • Express Validator: Middleware for express that provides validation and sanitation of incoming data.
  • Jsonwebtoken: For handling user authentication and authorization.
  • Mongoose: An elegant MongoDB object modeling for Node.js.
  • Axios: For making HTTP requests from the server.

Features


  • Sign up and Sign in functionality for user accounts.
  • Save movies to the Favorite list (with the ability to remove items).
  • Write and manage reviews for movies (including the ability to delete reviews).
  • Search functionality for movies, TV series, and people.
  • Light and Dark theme for personalized user experience.

Usage


  1. Clone or download this repository to your local machine.

      git clone
  2. Navigate to the project directory:


   cd movie-verse
   ```
  1. Install dependencies for the server:

cd server
    npm install
  1. Create a .env file in the server directory and add the following environment variables:

 MONGODB_URL= # Your MongoDB connection string
PORT=5000
TOKEN_SECRET_KEY= # Your secret key for JWT it can be any string
TMDB_BASE_URL=https://api.themoviedb.org/3/
TMDB_KEY= # Your TMDB API key

Rescources for getting API keys:

TMDB
MongoDB

  1. Install dependencies for the client:
    cd client
    npm install

Run the app


  1. Run the server:

cd server
npm start
  1. Run the client:

cd client
npm start
  1. Open http://localhost:3000 to view it in the browser.

Contributing


Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

movieverse's People

Contributors

mehradevesh2022 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

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.