Skip to content

Instantly share code, notes, and snippets.

@kingcons
Created June 3, 2015 18:10
Show Gist options
  • Save kingcons/aa1dd2bcce6331a0609a to your computer and use it in GitHub Desktop.
Save kingcons/aa1dd2bcce6331a0609a to your computer and use it in GitHub Desktop.
HW 06-03 (SamplServ)

Tonight, you'll write a simple API with Sinatra that can play Daft Punk samples. One of you should write the API, the other person should write a client for the server with HTTParty.

For more info, see the questions.md!

Work with your teammate (see "Teams") on a shared git repository as follows:

  1. One of you should fork the samplserv project.
  2. Whoever forked the repo should add their teammate to the project as a collaborator. This will allow your teammate to push commits and branches to your fork!
  3. Both of you should clone the fork to your local machine.
  4. Then, you should each create and checkout a new branch for your work.
  5. Write and commit your code as normal. Feel free to push your branch as you like with git push origin $Your_branch_name.
  6. Tomorrow we'll see how to merge your code into master.

Teams

  • Team 0: tucker trevor
  • Team 1: rickard juan
  • Team 2: philip betty
  • Team 3: taylor tylerd
  • Team 4: anthony randy
  • Team 5: henry bob
  • Team 6: sherri tylerj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment