Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dickens-odera/laravel-to-do
- Owner: Dickens-odera
- Created: 2020-04-11T21:11:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:13:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T08:38:24.748Z (over 1 year ago)
- Topics: api, feature-testing, laravel, phpunit, restful-api, to-do-list, unit-testing
- Language: PHP
- Size: 1.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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)---