Skip to content

BIN-PDT/WEBAPP_SPOTIFY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPOTIFY CLONE WEB APPLICATION

Spotify is meticulously crafted with a focus on modernity and user convenience, faithfully replicating the core features of the original Spotify. This innovative application delivers a fresh approach to the music player experience, enabling users to effortlessly stream music and engage in live conversations. With an intuitive interface and streamlined functionality, Spotify enhances the social aspect of music listening, making it simpler than ever for users to connect and share with people. Additionally, its integrated real-time chat feature for messaging transforms the platform into a space not only for enjoying music but also for fostering meaningful connections.

1. PROJECT

git clone https://github.com/BIN-PDT/WEBAPP_SPOTIFY.git && rm -rf WEBAPP_SPOTIFY/.git

For privacy reasons, follow the format of .env.example and replace the sensitive information in .env with your own.

  • Register MongoDB Atlas or MongoDB Compass to obtain DATABASE_URI for backend.

  • Register Clerk to obtain SECRET_KEY & PUBLISHABLE_KEY for backend and frontend.

2. DEPENDENCY

npm install --prefix backend
npm install --prefix frontend

3. RUN APPLICATION

npm run dev --prefix backend
npm run dev --prefix frontend