This project gets random songs from spotify based on a randomly generated keyword.
- Make a developer account to use the Spotify API and obtain your Client_ID and Client_Secret
- Clone the repo
- Open a terminal:
cd client
thenyarn install
- Open another terminal:
cd server
thenyarn install
- Change
.env_sample
to.env
and store variables - In
server
donodemon server.js
and inclient
doyarn start