An open API service indexing awesome lists of open source software.

https://github.com/ramsunvtech/trello-cloned-app

Trello Cloned App using HTML5, CSS3, Web Components.
https://github.com/ramsunvtech/trello-cloned-app

Last synced: over 1 year ago
JSON representation

Trello Cloned App using HTML5, CSS3, Web Components.

Awesome Lists containing this project

README

          

# trello-clone



## Demo

Below is the Demo App.
Rest API: https://my-json-server.typicode.com/ramsunvtech/trello-cloned-app
Demo: https://ramsunvtech.github.io/trello-cloned-app/

## API documentation

### Board Resources
`GET` /boards , /boards/boardId
`POST` /boards
`PATCH` /boards/boardId
`DELETE` /boards/boardId

### Column Resources
`GET` /columns , /columns/columnId
`POST` /columns
`PATCH` /columns/columnId
`DELETE` /columns/columnId

### Card Resources
`GET` /cards , /cards/cardId
`POST` /cards
`PATCH` /cards/cardId
`DELETE` /cards/cardId