Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 1.55 KB

File metadata and controls

57 lines (49 loc) · 1.55 KB

SyncWave

🧑🏽‍💻 About

A SyncWave application is a platform designed to mimic the features and functionalities of Discord, a popular communication and community-building app. This application typically includes features such as text and voice chat, user roles and permissions, server creation, message history, and integration with various multimedia content. It serves as an alternative for individuals or organizations looking to create their own private or public communication channels, gaming communities, or social spaces with a similar user experience to SyncWave.

🚀 Steps to run project

  1. Start backend node server
    1. cd backend
    2. npm install
    3. npm start
  2. Start frontend react server
    1. cd frontend
    2. npm install
    3. npm start
    4. URL: localhost:3000

🤹🏽 Admin