Skip to content

Instantly share code, notes, and snippets.

@Piglacquer
Last active December 3, 2018 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Piglacquer/ef46b316ab8d6c8ead6811cdff5f0400 to your computer and use it in GitHub Desktop.
Save Piglacquer/ef46b316ab8d6c8ead6811cdff5f0400 to your computer and use it in GitHub Desktop.
rubric for g102db and frontend

Back end

  • [] Consistent code formatting
  • [] Queries
    • [] list
    • [] read one
    • [] insert
    • [] delete
    • []update
  • [] Routes
    • [] get all
    • [] get one
    • [] post
    • [] delete
    • [] put/patch
  • [] Implemented error handling correctly
  • [] Uses cors
  • [] Uses body-parser

Front end

  • [] Consistent code formatting
  • [] Makes a call to deployed back end
  • [] Components for:
    • [] header
    • [] footer
    • [] list
    • [] card
  • [] Renders data from API call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment