- You need pnpm installed on your machine.
- This app requires MongoDB database.
- Follow this installation guide
- Or if you have docker on your machine, you can run this command:
docker run -it --rm -p 27017:27017 mongo
- Create a Spotify app on your Spotify developer dashboard.
- Add "http://localhost:5173/api/signin" to redirect URIs in your Spotify app settings. (How to edit app settings)
- Fork this repository.
- Clone your fork to your machine.
- Create
.env
file inserver
directory. You can find an example env file atserver/.env.sample
. pnpm i
pnpm dev