Name Routes HTTP Description
Categories
/api/categories get get all categories
/api/categories/:id get get categories by id
/api/categories post create categories
/api/categories/:id put update categories by id
/api/categories/:id delete delete categories by id
Todo List
/api/todos get get todos
/api/todos/:id get get todos by id
/api/todos post create todos
/api/todos/:id put update todos by id
/api/todos/:id delete delete todos by id