Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dickens-odera/laravel-to-do

A simple To Do app with API
https://github.com/dickens-odera/laravel-to-do

api feature-testing laravel phpunit restful-api to-do-list unit-testing

Last synced: 1 day ago
JSON representation

A simple To Do app with API

Awesome Lists containing this project

README

        

### 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](/public/images/todoapp.png)
---
### API
###### GET (Read All list items)
![alt](/public/images/api-all.png)
---
###### GET (Read a single list ietm)
![alt](/public/images/api-lists-single.png)
---
###### POST (Create a new list item)
![alt](/public/images/postapi.png)
###### PUT (Update a single list item)
![alt](/public/images/putapi.png)

---
###### DELETE (Delete a single list item)
![alt](/public/images/deleteapi.png)

---