Skip to content

DevSam7t3/sound-vibe

Repository files navigation

Sound Vibe

Sound vibe is a Music Streaming site where users can search for any music of their choice, or choose from the available music and stream the music online.

Hi, I'm Samiullah! 👋

🚀 About Me

I'm a full stack web developer...

🔗 Links

portfolio linkedin buymeacoffee

Demo

Insert gif or link to demo

Features

  • Authentication
  • Play / pause usic
  • adjust volume
  • play next or previous song of playlist
  • Like a music
  • upload custom songs
  • Cross platform

Run Locally

Clone the project

  git clone https://github.com/DevSam7t3/sound-vibe.git

Go to the project directory

  cd sound-vibe

Install dependencies

  npm install

Start the server

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Documentation

Documentation

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY

CLERK_SECRET_KEY

NEXT_PUBLIC_CLERK_SIGN_IN_URL

NEXT_PUBLIC_CLERK_SIGN_UP_URL

NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL

NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL

NEXT_PUBLIC_SUPABASE_URL

NEXT_PUBLIC_SUPABASE_ANON_KEY

SUPABASE_SERVICE_ROLE_KEY

Feedback

If you have any feedback, please reach out to us at [email protected]

Used By

This project is used by the following company:

  • iNeuron.ai

Screenshots

App Screenshot

Tech Stack

Client: React, Zuatang, TailwindCSS

Database: Supabase, PostgreSQL

Authentication: Clerk