We are using socket.io and redis for making the chat applicaton part work.
- Real-time communication using Socket.IO
- User authentication
- Browse and play music tracks
- Private rooms for Friends
Before you begin, ensure you have the following prerequisites installed:
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/vanshiz/codejam-v4.git
cd frontend npm install npm start
cd backend npm install npn run dev
cd Advanced-Music-Player-React-JS npm install npm start