Giter Club home page Giter Club logo

sharevibe's Introduction

ShareVibe App

Welcome to the Social Media App! This project is a full-featured social media application built on the MERN stack with additional functionalities for voice message denoising using a Python model. The app also leverages Cloudinary for media management and Zeegocloud for video call capabilities.

Features

  • User Authentication:
    • Create Account
    • Login
  • Social Networking:
    • Follow and Unfollow Users
    • Accept Follow Requests
  • Posts:
    • Create Text Posts
    • Create Posts with Images (Cloudinary integration)
  • Media:
    • Video Call Enabled (Zeegocloud integration)
  • Events and Messaging:
    • Create Event Reminders
    • Create Scheduled Messages
  • Groups:
    • Create Group
    • Add Members to Group
    • Remove Members from Group
    • Delete or Exit Group
  • Voice Messages:
    • Denoise Voice Messages using a Python Model

Technologies Used

  • Frontend:
    • React.js
  • Backend:
    • Node.js
    • Express.js
  • Database:
    • MongoDB
  • Media Management:
    • Cloudinary
  • Video Call:
    • Zeegocloud
  • Voice Message Denoising:
    • Python Model
  • Authentication:
    • JWT (JSON Web Tokens)

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js
  • MongoDB
  • Python
  • Cloudinary Account
  • Zeegocloud Account

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/social-media-app.git
    cd social-media-app
  2. Install the dependencies for the frontend and backend:

    cd frontend
    npm install
    cd ../backend
    npm install
  3. Set up your environment variables. Create a .env file in the backend directory with the following variables:

    MONGO_URI=your_mongodb_uri
    JWT_SECRET=your_jwt_secret
    CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name
    CLOUDINARY_API_KEY=your_cloudinary_api_key
    CLOUDINARY_API_SECRET=your_cloudinary_api_secret
    ZEEGOCLOUD_APP_ID=your_zeegocloud_app_id
    ZEEGOCLOUD_SERVER_SECRET=your_zeegocloud_server_secret
    
  4. Run the backend server:

    cd backend
    npm start
  5. Run the frontend development server:

    cd frontend
    npm start
  6. Set up and run the Python voice denoising service:

    cd voice-denoising
    pip install -r requirements.txt
    python app.py

Usage

  1. Navigate to http://localhost:3000 in your browser to use the application.
  2. Sign up for a new account or log in with existing credentials.
  3. Explore features such as creating posts, following users, making video calls, creating groups, and more.

Contributing

We welcome contributions to improve this project! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards and includes appropriate tests.

License

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

Contact

If you have any questions or feedback, feel free to reach out to the project maintainer at [email protected].


Thank you for using our ShareVibe App! We hope you enjoy the features and find it useful for connecting with others.

sharevibe's People

Contributors

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