ankitrout2903 / Swingyy

Swingyy Chat App Swingyy is a real-time chat application that allows users to connect and communicate with their friends instantly. With Swingyy, you can send and receive messages in real-time, mark messages as seen or unseen, and stay updated with the online/offline status of your friends. Features: - User authentication: Sign up, log in, and lo
https://swingyy-c0af7.web.app/
MIT License
12 stars 12 forks source link
docker expressjs hacktoberfest mysql nodejs reactjs socket-io

Swingyy: Real-Time Chat Application πŸš€




Swingyy is a robust chat application that enables real-time messaging between users. It comes with a range of features including user authentication, friends list management, and message status tracking.

Table of Contents πŸ“š

Features 🌟

Technologies πŸ’»

Frontend

Backend

Styling 🎨

Cloud Services (Google Cloud Platform) ☁️

Installation

  1. Clone the Repository

    git clone https://github.com/your-username/Swingyy.git
  2. Navigate to Project Directory

    cd chat-app
  3. Install Dependencies

    • Frontend:
      cd client
      npm install
    • Backend:
      cd Server
      npm install
  4. Configuration

    • Update MySQL connection details in backend/config/db.js.
    • Update Socket.IO server URL in frontend/src/utils/socket.js.
  5. Start Development Servers

    • Backend:
      cd client
      npm start
    • Frontend:
      cd Server
      npm start

    Open http://localhost:3000 in your browser.

Usage

  1. Sign up or log in.
  2. You'll be redirected to the chat interface.
  3. Your friends list appears on the left; click a friend to start chatting.
  4. Messages are real-time and auto-scroll to the latest.
  5. Click messages to mark as seen or unseen.
  6. Log out via the "Logout" button in the top-right corner.

Screenshots

Chat Interface Additional Screenshot

License

This project is licensed under the MIT License.