Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 687 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 687 Bytes

Build Status

README

This is the repository for music-app-library API. To get the API up and running, you need to

  • Create a cloudinary account and copy the config keys to the .env file
  • Create a .env file and copy the content of the .env.sample file there and put actual values.
  • start the app with the following command rails s locally or just push to heroku to deploy it with the config vars

TODO

  • Integrate song-favoriting feature.
  • Add ability to share music.
  • Add the ability to follow other users and share playlist.
  • Subscription handling