Skip to content

Susan56789/flixxit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Flixxit

Flixxit is an application that allows users to add and view movies. It is built using React.js for the frontend and MongoDB for the backend.

Features

  • User Accounts
  • User Profiles
  • Dashboard
  • Title View
  • Search
  • Watchlist
  • Rating
  • Video Player
  • Payment and Subscription

Installation

  1. Clone the repository:

    git clone https://github.com/Susan56789/flixxit
    cd flixxit
  2. Install dependencies for the backend and frontend:

    # Install backend dependencies
    cd backend
    npm install
    
    # Install frontend dependencies
    cd ../frontend
    npm install
  3. Start the backend and frontend servers:

    # Start the backend server
    cd ../backend
    node server.js
    
    # Start the frontend development server
    cd ../frontend
    npm start

Technologies Used

  • React.js
  • Node.js
  • Express.js
  • MongoDB

License

This project is licensed under the MIT License - see the LICENSE file for details.