GithubHelp home page GithubHelp logo

bingeit's Introduction

muhsin-42

# Binge

Binge is a website that combines elements of IMDB and social media to create a platform where users can rate, comment, review, discuss movies, and share their opinions. Users can also add movies to their watched list, watchlist, and favorites. The website incorporates features such as pagination, lazy loading, community chat, and email verification. It also includes an admin panel for managing users, posts, reports, and monitoring activities.

Live Site

You can access the live site at https://binge-chat.netlify.app/.

Demo Account

To explore the website, you can use the following dummy account:

Technologies Used

  • Front-end:

    • React.js
    • Redux for state management
    • React Router for navigation
    • Firebase to store images
    • Firestore for realtime chat
    • Socket.io for real-time updates
    • HTML, CSS, and JavaScript
  • Back-end:

    • Node.js and Express.js
    • MongoDB for the database
    • Mongoose for object modeling
    • Socket.io for real-time communication

Project Structure

The project follows a directory structure with separate directories for the client, admin, and server.

  • client: Contains the front-end code for the user-facing website.
  • admin: Contains the front-end code for the admin panel.
  • server: Contains the back-end API code.

Local Development

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Muhsin-42/BingeIt.git
    
  2. Install Dependencies

     cd client
     npm install
    
     cd ../admin
     npm install
    
     cd ../server
     npm install
    
  3. create .env at server with variables

  • PORT: Port on which the server runs.
  • MONGO_URL: URI of the MongoDB database.
  • JWT_SECRET_KEY: Secret key used for JWT authentication.
  • BASE_URL: Url on which Client is running.
  • HOST: Host address for the email service provider.
  • SERVICE: Email service provider (e.g., 'gmail', 'yahoo', etc.)
  • EMAIL_PORT: Port number for the email service
  • SECURE: Whether the email service uses a secure connection (e.g., 'true' or 'false')
  • USER: Email address from which verification emails will be sent
  • PASS: Password for the email account
  1. create .env at client and admin
  • VITE_SERVER_BASE_URL: Base URL of the server.
  1. start server
     cd server
     npm start
    
    
  2. start client and admin
     cd client
     npm run dev
    
     cd ../admin
     npm run dev

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.