Skip to content

Instantly share code, notes, and snippets.

@erikfig
Created March 21, 2023 18:58
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 erikfig/5d89c7972384b471ae281016203bf35d to your computer and use it in GitHub Desktop.
Save erikfig/5d89c7972384b471ae281016203bf35d to your computer and use it in GitHub Desktop.
TODO List

Uma API node que recebe tarefas (uma a uma) e deve armazenar em uma lista.

v1 - Service de CRUD

  • Deverá ser feita com TDD
  • Deverá apresentar um CRUD completo
  • Deverá armazenar as tarefas "in memory"
  • Deverá ser construída de acordo com os princípios de SOLID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment