Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 828 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 828 Bytes

Trello Clone DRF


Trello Clone API's using Django-Rest-Framework

Features


  • Registration of new user, with types:
    • Free
    • Premium
  • User can create multiple boards.
    • Limited to 3 for "Free" subscription.
  • Boards consists of lists and lists consists of cards.
  • Card can be moved within the list (using 3 queries).
  • Card can be moved to different list within the board (using 4 queries).

Endpoints


Demo


Credentials:

username: demo01

password: testuser