Skip to content

Instantly share code, notes, and snippets.

@CristianoPassos
Last active November 27, 2018 14:29
Show Gist options
  • Save CristianoPassos/7d97379807143d84e5e48602bbfdaaf9 to your computer and use it in GitHub Desktop.
Save CristianoPassos/7d97379807143d84e5e48602bbfdaaf9 to your computer and use it in GitHub Desktop.
How could you design and implement the API for the user stories below?

clocks24.cn

Clock Image

Stories:

  • details of a single clock
  • list of all clocks
  • add/update a single clock
  • search clocks by description

Constraints:

  • 24/7 uptime is an absolute must
  • We get a mobile app for free, please provide API docs
  • Database schema like this: description, img, title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment