Trello Clone API's using Django-Rest-Framework
- 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).
Credentials:
username: demo01
password: testuser