Skip to content

nikhilmehlan/ClipConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Here's the updated README for ClipConnect:


ClipConnect

Welcome to ClipConnect! This platform offers a comprehensive suite of features for video sharing and community engagement.

Features

  • Video Upload: Users can easily upload and share videos up to 1GB in size.
  • User Search: Find and connect with other users on the platform.
  • Comments: Engage with the community by commenting on videos.
  • Create Playlists: Organize videos into playlists for easy access and sharing.
  • Watch History: Keep track of watched videos and resume viewing anytime.
  • Private Videos: Set videos to private for personal use, acting as a secure storage solution.
  • Interactive Dashboard: A user-friendly dashboard for managing content and account settings.
  • User Support: Dedicated support to assist users with any issues or queries.
  • Robust and Scalable: Built on a solid MERN (MongoDB, Express, React, Node.js) stack for scalability and performance.
  • Stateless Authentication: Uses JWT tokens for secure, stateless user authentication.

Getting Started

To get started with ClipConnect, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/nikhilmehlan/ClipConnect.git
    
  2. Install Dependencies: Navigate to both the frontend and backend directories and install the required dependencies.

    cd frontend
    npm install
    cd ../backend
    npm install
    
  3. Environment Variables: Set up the necessary environment variables for MongoDB, API keys, JWT secrets, and other configurations.

  4. Run the Application: Start both the frontend and backend servers.

    cd backend
    npm start
    cd ../frontend
    npm start
    
  5. Access the Application: Open your browser and go to http://localhost:8000 to start using ClipConnect.

Contributing

We welcome contributions to improve ClipConnect! Please feel free to submit issues, fork the repository, and create pull requests.

License

This project is currently unlicensed. Please contact the project owner for permissions and usage guidelines.

Contact

For any questions or support, please contact Nikhil Mehlan at nikhilmehlan1234@gmail.com.

About

This platform offers a comprehensive suite of features for video sharing and community engagement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages