Skip to content

alter123/trello-clone-drf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages