Skip to content

tmanas06/Steller-Society

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Music player with MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.2%
  • CSS 25.1%
  • HTML 2.7%