GithubHelp home page GithubHelp logo

movieapp's Introduction

* Please Note: if you got " Error 404 Not found" Please go to the home page "/" then refresh *

** I issued some problems with deployment it would be better if you clone it on your pc **

Netflix Clone App

Welcome to the Netflix Clone App repository! This project replicates some of the features of Netflix and is built with React for the frontend, Express and Node.js for the backend, and MongoDB as the database. User authentication, movie management, and additional features such as favorites, user editing, roles, permissions, route protection, and password change are implemented.

Technologies Used

  • Frontend:

    • React: A JavaScript library for building user interfaces.
    • Redux Toolkit (RTK): A state management library.
    • RTK Query: A set of tools for simplifying data fetching and state management.
  • Backend:

    • Express: A web application framework for Node.js.
    • Node.js: A JavaScript runtime.
    • Mongoose: Non-Relational Database Library.
    • JWT (JSON Web Token): Used for user authentication.

Features

  • User Authentication:

    • User registration and login with JWT.
    • Route protection for authenticated users.
  • Movie Management (CRUD):

    • Read ( Watch ) movies.
    • Create, Update, and Delete movies (Admin only)
  • User Management:

    • CURD Users. (Admin only)
    • Change password and update user details.

Getting Started

  1. Clone the repository:

    git clone https://github.com/AlioM46/Netflix_Clone.git
  2. Install dependencies:

    cd server
    npm install
    

cd MovieApp
npm install 
```
  1. Set up environment variables:

    Create a .env file in the backend directory and add the following:

    FRONT_END_URL=http://localhost:5173
    PORT=5000
    JWT_SECRET=your_jwt_secret
    MONGO_URL=your_mongodb_uri
  2. Run the application:

    # Start the backend server
    cd server
    npm start
    
    # Start the frontend application
    cd MovieApp
    npm run dev

The application should now be running locally, and you can access it in your browser. The frontend will be available at http://localhost:5173, and the backend will be running on the ( 5000 ) port.

Contributing

We welcome contributions! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.

Happy Streaming! ๐ŸŽฌโœจ

๐Ÿž๏ธ๐Ÿž ScreenShoots: image

image

image

movieapp's People

Contributors

dony2100 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.