Skip to content

AngeloMafilas/spotify-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Realtime Audiocloud Application ✨

Demo App

About This Course:

  • 🎸 Listen to music, play next and previous songs
  • πŸ”ˆ Update the volume with a slider
  • 🎧 Admin dashboard to create albums and songs
  • πŸ’¬ Real-time Chat App integrated into Audiocloud
  • πŸ‘¨πŸΌβ€πŸ’Ό Online/Offline status
  • πŸ‘€ See what other users are listening to in real-time
  • πŸ“Š Aggregate data for the analytics page
  • πŸ€– AI-powered features (cover art, playlists, lyrics analysis) powered by Grok
  • πŸš€ And a lot more...

Setup .env file in backend folder

PORT=...
MONGODB_URI=...
NODE_ENV=...

CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...
CLOUDINARY_CLOUD_NAME=...

CLERK_PUBLISHABLE_KEY=...
CLERK_SECRET_KEY=...

# Grok AI (for AI features)
GROK_API_KEY=...
GROK_BASE_URL=https://api.x.ai/v1

Setup .env file in frontend folder

VITE_CLERK_PUBLISHABLE_KEY=...

About

A full-stack music streaming application (Spotify clone) built with TypeScript/JavaScript that features: Core Features: 🎡 Music playback with play/pause, next/previous controls πŸ”Š Volume slider control 🎧 Admin dashboard for creating albums and songs πŸ’¬ Real-time chat integration and much more...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors