Skip to content

GayathriPCh/Steller-Society

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Steller-Society

Music player with MERN stack

STELLAR SOCIETY (2)

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

Music_player is the frontend. Server is the backend.

  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. Be sure to run both client and server at the same time with npm start

Future Development

This section details the features we plan to develop in the future to make Steller Society an even more engaging platform for music and space enthusiasts:

  • Dynamic Customizable Themes: Allow users to personalize their Steller Society experience with a wider range of dynamic themes.
  • Listening Parties: Integrate a feature for hosting and joining listening parties, fostering a more interactive music experience.
  • App Deployment: Develop a mobile app to extend Steller Society's reach and accessibility to users on the go.

These are just a few of the exciting features we have planned for Steller Society. We're always open to feedback and suggestions from the community, so feel free to reach out and share your ideas!

About

Music player with MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published