Skip to content

Instantly share code, notes, and snippets.

@FikriRNurhidayat
Last active August 24, 2019 16:10
Show Gist options
  • Save FikriRNurhidayat/e85fb44a4615819d1033ec689e7fcc85 to your computer and use it in GitHub Desktop.
Save FikriRNurhidayat/e85fb44a4615819d1033ec689e7fcc85 to your computer and use it in GitHub Desktop.
Glints Batch 4 - Backend Code Challenge

Challenge

Create TODO Apps.

Functional Requirement

  • Must be able to create todo entry
  • Must be able to update a todo entry
  • Must be able to delete a todo entry
  • Must be able to show a todo entry
  • Must be able to show all todo entry
  • Must be able to mark a todo entry into completed or not completed

Things must be fulfilled

  • Your code must be clean and fits Pseudo Code term
  • Your API must have integration test which cover both positive test and negatif test.
  • Test coverage must be 100%.

Deploy

You must deploy your apps into heroku. Then give the link to your mentor, both repositories and heroku link.

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