There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
I made an API for trello clone where there is many to many relationship between user and section which means user can create a section or be assigned to it. Relationship between section and card is one to many.Users are authenticated via JSON web tokens.API is documented using Swagger/Open Api.