SoundWave, a SoundCloud clone, is a music sharing platform where anyone, from up-and-coming artists to professionals, can upload their music for users to discover.
<a href="https://github.com/V3RS/SoundCloud-Clone/wiki"><strong>Explore the docs »</strong></a>
<a href="https://soundwave-vs.herokuapp.com/">View Site</a>
·
<a href="https://github.com/V3RS/SoundCloud-Clone/issues">Report Bug</a>
·
<a href="https://github.com/V3RS/SoundCloud-Clone/issues">Request Feature</a>
Click here to view SoundWave live on the web!

The app was built using Express and Sequelize on the back end with a PostgreSQL database. The backend structure is RESTful with AJAX requests that are fullfilled with JSON Objects. Model associations are used to minimize database queries to the backend, assuring speed and reliability.
The front end is built with React and Javascript while utilizing Redux architecture, producing a lightning-fast user interface and calling upon dynamically rendered components.
To get a local copy up and running follow these simple steps.
Here is everything we need you to do to get started with SoundWave.
sh
npm install npm@latest -gsh
git clone https://github.com/V3RS/SoundCloud-Clonesh
npm installAdd a '.env' with your environment variables to the root of your local directory
Create a postgreSQL user
sh
CREATE USERS <<your username>> WITH PASSWORD <<your password>> CREATEDB;
sh
npx dotenv sequelize db:createsh
npx dotenv sequelize db:migrate
npx dotenv sequelize db:seed:allSee the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Project Link: https://github.com/V3RS/SoundCloud-Clone/
$ claude mcp add SoundCloud-Clone \
-- python -m otcore.mcp_server <graph>