CREATE DATABASE sangini WITH OWNER postgres;
npm install
cp app/config/example.config.js app/config/db.config.js
configure db.config.js
npm start
CREATE DATABASE sangini_test WITH OWNER postgres;
https://sangini-backend.herokuapp.com
- user will signup/login on spotify account
- spotify will give accesstoken & refreshtoken
- now user have to click on button to sync the songs this will call
- sync api (/api/playlist/sync)