https://github.com/riteshsp2000/spotify-profile-server
https://github.com/riteshsp2000/spotify-profile-server
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/riteshsp2000/spotify-profile-server
- Owner: riteshsp2000
- Created: 2021-01-25T07:36:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T07:47:02.000Z (over 5 years ago)
- Last Synced: 2025-02-09T19:43:20.118Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spotify-profile-server
## Setup
1. Login into the Spotify Developer website using your spotify account.
2. Create a new app in the dashboard
3. Add `http://localhost:8888/callback` as the redirect uri in the app settings.
4. Create an .env file in the root of the project based on .env.example
5. Run `yarn install` to install all the dependencies
5. Run `yarn dev` to start the server in development mode.