Skip to content

jml312/soundcheck

Repository files navigation

Soundcheck!

Soundcheck is a social music app that allows you to share your favorite songs with friends and discover new music.

Due to the current Spotify API limit of 25 users, no additional users can be added as the maximum number of sign-ups has been reached.

Soundcheck Website

Soundcheck App

Tech Stack

Run Locally

  1. Clone the project
  git clone https://github.com/sakinkirti/soundcheck
  1. Go to the project directory
  cd soundcheck
  1. Install dependencies
  npm install --legacy-peer-deps
  1. Populate .env.local

  2. Start the server

  npm run dev