Music player with MERN stack
Steller Society
Steller Society is a space-themed music player website with an integrated chat feature and custom themes. It provides users with a unique and immersive experience while enjoying their favorite music tracks.
- P.Gayathri
- T.Manas
- B.Sujith
- S.Snehitha
- Clone the repository from GitHub:
git clone https://github.com/your-username/steller-society.git
- Install dependencies:
cd Music_player npm install npm install express axios cors npm install --save-dev nodemon npm install react-router-dom npm i react-icons npm install react-chat-engine --save --force npm start
- Meanwhile in a new terminal, start the server:
cd Server npm init npm install express axios cors npm install --save-dev nodemon npm start
- Open your web browser and go to
http://localhost:3000
to access Steller Society. - run both client and server at the same time with npm run