Skip to content

I'm creating Task manager API in spring boot using mysql database.

Notifications You must be signed in to change notification settings

dhiraj9022/TaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskManager

I have created Task manager API in spring boot using mysql database. It is CRUD API basically create, update, Delete and Fetch board, list & items and also reorder the list and items.

Board API

POST /api/v1/boards

image

GET /api/v1/boards

image

UPDATE /api/v1/boards/{board_id}

image

Lists API

POST /api/v1/lists

image

GET /api/v1/lists

image

UPDATE /api/v1/lists/{list_id}

image

REORDER LIST /api/v1/lists/reorder/{list_id}

  • It reorder the sequence of list.
  • image

    Item API

    POST /api/v1/items

    image

    GET /api/v1/items

    image

    UPDATE /api/v1/items/{item_id}

    image

    REORDER ITEM /api/v1/items/reorder/{item_id}

  • It reorder the sequence of items.
  • image

    DELETE /api/v1/items/{item_id}

    image

    Final dashboard

    image

    About

    I'm creating Task manager API in spring boot using mysql database.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages