Skip to content

poncoherbowo/test-mujigae

Repository files navigation

test-mujigae

CRUD Mini Project Mujigae

composer install

Access API localhost:8000/api/items/

Get all Item

GET localhost:8000/api/items/

Get item by id

GET localhost:8000/api/items/id(item id) ex GET localhost:8000/api/items/1

Create item

POST localhost:8000/api/items/

Update item

PUT localhost:8000/api/items/id(item id) ex PUT localhost:8000/api/items/1

Delete item

DELETE localhost:8000/api/items/id(item id) ex DELETE localhost:8000/api/items/1

About

Test Mujigae

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published