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: 4 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:13:07.000Z (over 2 years ago)
- Last Synced: 2025-01-14T09:33:54.781Z (5 months ago)
- Topics: api, feature-testing, laravel, phpunit, restful-api, to-do-list, unit-testing
- Language: PHP
- Size: 1.6 MB
- Stars: 2
- Watchers: 3
- 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

---
### API
###### GET (Read All list items)

---
###### GET (Read a single list ietm)

---
###### POST (Create a new list item)

###### PUT (Update a single list item)
---
###### DELETE (Delete a single list item)
---