Skip to content

Dickens-odera/Laravel-To-Do

Repository files navigation

Laravel To-Do APP with API

Users
  1. superadmin (CRUD)
  2. user1 (CR)
  3. user2 (CRU)

operations

  1. Create
  2. Read
  3. Update
  4. Delete

For a user with all the CRUD operations, here is the dashboard

alt

API

GET (Read All list items)

alt

GET (Read a single list ietm)

alt

POST (Create a new list item)

alt

PUT (Update a single list item)

alt


DELETE (Delete a single list item)

alt