Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 1.67 KB

README.md

File metadata and controls

57 lines (50 loc) · 1.67 KB

Steller-Society

Music player with MERN stack

Table of Contents

Project Title

Steller Society

Description

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.

Team Members

Steps to Run

  1. Clone the repository from GitHub:
    git clone https://github.com/your-username/steller-society.git
  2. 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 
  3. Meanwhile in a new terminal, start the server:
    cd Server 
    npm init
    npm install express axios cors
    npm install --save-dev nodemon
    npm start
  4. Open your web browser and go to http://localhost:3000 to access Steller Society.
  5. run both client and server at the same time with npm run