Simple single page application built for studying purposes to play around with concepts such as:
- Spotify API
- GraphQL Apollo Server
- Jest and React Testing Library
Get your Spotify credentials at https://developer.spotify.com/dashboard
Then, create a env
file inside the server folder with CLIENT_ID
and CLIENT_SECRET
cd server
yarn
yarn start
yarn test
cd client
yarn
yarn dev
yarn test