Skip to content
/ YouTube Public template
forked from dipak-kumawat/YouTube

Youtube clone using React, Node, MongoDB and Firebase. MERN stack app with Redux Toolkit, JWT Cookies and Firebase Storage.

Notifications You must be signed in to change notification settings

bosiljkatodic00/YouTube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube

Youtube clone using React, Node, MongoDB and Firebase. MERN stack app with Redux Toolkit, JWT Cookies and Firebase Storage.

Table of Contents

Project Overview

Features

Technologies Used

  • MongoDB: Database for storing user and product information.
  • Express.js: Backend framework for building the server and API.
  • React: Frontend library for building the user interface.
  • Node.js: Runtime environment for server-side JavaScript execution.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/dipak-kumawat/YouTube.git
  2. Navigate to the project directory:

    cd YouTube
  3. Install server dependencies:

    cd server
    npm install
  4. Install client dependencies:

    cd ../client
    npm install
  5. Set up environment variables: Create a .env file in the server directory and add the following:

  6. Start the server:

    cd ../server
    npm start
  7. Start the client: Open a new terminal window and navigate to the client directory:

    npm start

Usage

  • Visit http://localhost:3000 to view the YouTube frontend.

Project Structure

Agri-Mart/
│
├── client/                # React frontend
│   ├── public/            # Public assets
│   └── src/               # React components and application logic
│       └── ...
│
├── server/                # Express backend
│   ├── config/            # Configuration files
│   ├── controllers/       # Request handlers
│   ├── models/            # Mongoose models
│   ├── routes/            # API routes
│   └── ...
│
└── README.md              # This README file

Contributing

Contributions are welcome! If you have any suggestions or improvements, please create a pull request or open an issue.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

License

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

Contact

For any inquiries or feedback, please contact us at:

Thank you for using YouTube – a video sharing platform!

About

Youtube clone using React, Node, MongoDB and Firebase. MERN stack app with Redux Toolkit, JWT Cookies and Firebase Storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.1%
  • HTML 5.7%
  • CSS 0.2%