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.
- Clone the project
git clone https://github.com/sakinkirti/soundcheck
- Go to the project directory
cd soundcheck
- Install dependencies
npm install --legacy-peer-deps
-
Populate .env.local
-
Start the server
npm run dev