GithubHelp home page GithubHelp logo

tunr_sinatra_rails_port's Introduction

Tunr 1.0!

Tunr is the worlds #1 music web app (those Spotify haters can't keep up with us).

Specifications

Tunr provides a RESTful web interface to Songs and Artists.

Schema

  • artists

    • id
    • name
    • photo_url
    • nationality
  • songs

    • id
    • title
    • album
    • preview_url
    • artist_id

For Artists, a user should be able to:

  • view a list of all artists
  • view detailed information on a specific artist
    • that page should list all songs by the artist
  • add a new artist
  • edit an existing artist
  • delete a artist

For Songs, a user should be able to:

  • view a list of all songs
  • view detailed information on a specific song
  • add a new song (using the artist_id # to connect it to an artist
  • edit an existing song
  • delete a song

Bonus

Playlists

For playlists, a user should be able to:

  • view a list of all playlists
  • view a specific playlist (the songs on it)
  • add a new playlist
  • add songs to an existing playlist
  • remove songs from an existing playlist
  • delete a playlist

Even More Features

Add MORE features to Tun.r. Be creative and do whatever you want!

If you need some ideas, though, here are a few:

  • Use a select box of artist names instead of artist_id when adding/editing songs.
  • Use HTML5 Audio tag to embed an audio player (for the preview url) next to every song.
  • Add some style using CSS

tunr_sinatra_rails_port's People

Contributors

andrewsunglaekim avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.