Skip to content

Instantly share code, notes, and snippets.

@thatPamIAm
Last active October 7, 2019 15:55
Show Gist options
  • Save thatPamIAm/96db2e66b6b2e092c232a3e91d4551d0 to your computer and use it in GitHub Desktop.
Save thatPamIAm/96db2e66b6b2e092c232a3e91d4551d0 to your computer and use it in GitHub Desktop.
BYOB Submissions for 1904

Please add a comment with the following:

  1. Your Name
  2. A link to your GitHub repo
  3. A link to your deployed application
  4. Were you able to complete the base functionality?
  • Seeded a database with at least 2 tables and 1 relationship?
  • 4 GETS, 2 POSTS, 1 DELETE completed?
  • Do all endpoints return response with appropriate status codes?
  • Documentation on all API endpoints in the README?
  • Link to storyboard in README?
  • Utilized PR template?
  • Is there an annotated server file on a separate branch?
  • Deployed as a production app on Heroku?

FOR EXAMPLE

  1. Will-I-Am
  2. BYOB GitHub
  3. BYOB Heroku
    • Seeded a database with at least 2 tables and 1 relationship? YES
    • 4 GETS, 2 POSTS, 1 DELETE completed? YES
    • Do all endpoints return response with appropriate status codes? YES
    • Documentation on all API endpoints in the README? YES
    • Is there an annotated server file on a separate branch? YES - on branch annotated-server
    • Deployed as a production app on Heroku? YES
@bld010
Copy link

bld010 commented Oct 7, 2019

Brianna DelValle

BYOB GitHub
BYOB Heroku

Seeded a database with at least 2 tables and 1 relationship? YES
4 GETS, 2 POSTS, 1 DELETE completed? YES
Do all endpoints return response with appropriate status codes? YES
Documentation on all API endpoints in the README? YES
Is there an annotated server file on a separate branch? YES - annotated-server branch
Deployed as a production app on Heroku? YES

@djavanm
Copy link

djavanm commented Oct 7, 2019

Djavan Munroe
BYOB GitHub
BYOB Heroku
Seeded a database with at least 2 tables and 1 relationship? YES
4 GETS, 2 POSTS, 1 DELETE completed? YES
Do all endpoints return response with appropriate status codes? YES
Documentation on all API endpoints in the README? YES
Is there an annotated server file on a separate branch? YES - on branch annotated-server
Deployed as a production app on Heroku? YES

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment