Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Latest commit

 

History

History
64 lines (54 loc) · 899 Bytes

README.md

File metadata and controls

64 lines (54 loc) · 899 Bytes

Trello Api Clone

This is a project to study NodeJS, AdonisJs, MongoDB and TDD

To Do

User / Session

  • Create
    • Tests
    • Validations
  • Update
  • Delete/Destroy

Board

  • Create
    • Tests
    • Validations
  • Update
  • Delete/Destroy

Relationship

User N:N Boards

Card

  • Create
  • Update
  • Show
  • Delete/Destroy

Relationship

Board 1:N Cards

Labels

  • Create
  • Update
  • Show
  • Delete/Destroy

Relationship

Card N:N Labels

Files

  • Create
  • Update
  • Show
  • Delete/Destroy

Relationship

Card 1:N Files

Comments

  • Create
  • Update
  • Show
  • Delete/Destroy

Relationship

Card 1:N Comments User 1:N Comments

Activity

  • Create
  • Update
  • Show
  • Delete/Destroy

Relationship

Card 1:N Activities User 1:N Activities