Code Monkey home page Code Monkey logo

react-karaoke-challenge-backend's Introduction

README

Below are the instructions copy pasted from the primary repo: https://github.com/learn-co-curriculum/react-karaoke-challenge

Setup

  • Clone this repository in a different directory: https://github.com/learn-co-curriculum/react-karaoke-challenge-backend
  • cd into it.
  • Run bundle install to install your dependencies.
  • Run rails db:create rails db:migrate rails db:seed to create and seed your database.
  • Run rails s -p 4000 and the API will be running on localhost:4000.

Routes

  • URL for database: http://localhost:4000
  • You will be given a :user_id

Please use your own ID or else you will be editing someone else's data!

route method returns
/users/:user_id/songs GET array of songs
/users/:user_id/songs/:song_id GET song object
/users/:user_id/songs/:song_id/play PATCH updated song object (plays + 1)
/users/:user_id/songs/:song_id/like PATCH updated song object (likes + 1)
/users/:user_id/songs/:song_id/dislike PATCH updated song object (dislikes + 1)

Notes

  • None of the PATCH calls require a body.

react-karaoke-challenge-backend's People

Contributors

hysan avatar

Watchers

James Cloos avatar Tony Turetsky 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.