Streaming music service.
- name: string
- bio: text
- genre: string
- (albums)
- (label)
- name: string
- artist: string -> Artist
- duration: integer
- released_at: date
- (album)
- (genre)
Add a PlayCount model to the app, which you increment on a song’s #show page. Then add a top 10 songs page.
- name: string
- songs -> Many Songs
- created_at: timestamp
- (subscribers)
- (is public)
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...