Skip to content

Commit 6d1a53d

Browse files
Update README.md
1 parent 94133bc commit 6d1a53d

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
- Ketikan codenya di terminal vs code (gambar dibawah)
22
- php -S localhost:8000
33
---
4-
<div style="display: ; justify-content: space-between; align-items: center;">
5-
<p align="center">
4+
<p align="center">
65

7-
<img src="https://github.com/user-attachments/assets/76ea183b-437c-4515-8b8c-e88a2f7ab672" height="240px" width="480px" alt="NightRunners02" />
6+
<img src="https://github.com/user-attachments/assets/76ea183b-437c-4515-8b8c-e88a2f7ab672" height="240px" width="480px" alt="NightRunners02" />
87
</a>
98

9+
<p align="center">
10+
11+
GET http://localhost:8000/api/product <br>
12+
GET http://localhost:8000/api/product/{id} <br>
13+
POST http://localhost:8000/api/product <br>
14+
PUT http://localhost:8000/api/product/{id} <br>
15+
DELETE http://localhost:8000/api/product/{id} <br>
16+
1017
---
1118
<details>
1219
<summary>

0 commit comments

Comments
 (0)