Skip to content

satriaajiputra/spotify-graphql-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-graphql-api

BETA

Quick Setup

Create spotify App at https://developer.spotify.com/dashboard/applications

Clone the repository first. And copy .env.example file to .env then fill the value with your spotify API credentials.

APP_URL=http://localhost:3000
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=

Install dependencies

npm install

Available commands

# Development mode
npm run dev

# For production
npm run build

# Run the app
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published