simple karaoke webapp with spotify API
Demo: Live on Vercel
- React JS
- Express JS
- Tailwind
- Spotify API
Clone the repo 👥
$ git clone /~https://github.com/metkerr/spotify-karaoke.git
Create .env file inside server directory
$ cd server
$ .>.env
Insert this on .env file:
REDIRECT_URI=http://localhost:3000
CLIENT_ID=Your CLIENT ID goes here
CLIENT_SECRET=Your CLEINT SECRET goes here
You can get your own client id and secret from Spotify Dev Dashboard
Install the dependencies for both server & client and then run the system
🏭 Server:
$ cd server
$ npm install
$ npm run dev
🌐 Client:
$ cd client
$ npm install
$ npm start
Now the system should be running and you can visit the client on http://localhost:3000