MCPcopy Index your code
hub / github.com/V3RS/SoundCloud-Clone

github.com/V3RS/SoundCloud-Clone @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
76 symbols 195 edges 55 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Logo

SoundWave

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>

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Click here to view SoundWave live on the web!

homepage ss

Overall Structure

Back End

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.

Front End

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.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Here is everything we need you to do to get started with SoundWave.

  • npm sh npm install npm@latest -g

Installation

  1. Clone the repo sh git clone https://github.com/V3RS/SoundCloud-Clone
  2. Install NPM packages sh npm install
  3. Add a '.env' with your environment variables to the root of your local directory

  4. Create a postgreSQL user sh CREATE USERS <<your username>> WITH PASSWORD <<your password>> CREATEDB;

  5. Create your database sh npx dotenv sequelize db:create
  6. Migrate and seed your database sh npx dotenv sequelize db:migrate npx dotenv sequelize db:seed:all

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact & Acknowledgements

Project Link: https://github.com/V3RS/SoundCloud-Clone/

Core symbols most depended-on inside this repo

csrfFetch
called by 10
frontend/src/store/csrf.js
openLogin
called by 5
frontend/src/store/modal.js
setUser
called by 4
frontend/src/store/session.js
setComments
called by 4
frontend/src/store/comments.js
getAllSongs
called by 3
frontend/src/store/songs.js
closeLogin
called by 3
frontend/src/store/modal.js
openSignup
called by 2
frontend/src/store/modal.js
closeSignup
called by 2
frontend/src/store/modal.js

Shape

Function 76

Languages

TypeScript100%

Modules by API surface

frontend/src/store/songs.js8 symbols
frontend/src/store/session.js8 symbols
backend/awsS3.js7 symbols
frontend/src/store/comments.js6 symbols
frontend/src/store/modal.js5 symbols
frontend/src/components/Splash/SplashNavigation/ProfileButton.js4 symbols
frontend/src/components/SignupFormModal/SignupForm.js3 symbols
frontend/src/components/Navigation/ProfileButton.js3 symbols
frontend/src/components/LoginFormModal/LoginForm.js3 symbols
notused/SignupFormPage/index.js2 symbols
frontend/src/store/csrf.js2 symbols
frontend/src/components/UploadForm/index.js2 symbols

For agents

$ claude mcp add SoundCloud-Clone \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact