Skip to content

Commit 8650b43

Browse files
Merge pull request #8 from YasserElgammal/develop
Updates
2 parents 9913391 + d466ea8 commit 8650b43

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ User | 3
4141
### Gate Function
4242
There is a gate filter login when the user login to the admin panel if the user is Admin it will have full functions to manage the blog and if a Writer it will have few functions.
4343

44+
### Api Routes
45+
46+
Method | End_Point | Description
47+
------------- | ------------- | -------------
48+
GET | api/categories | Show All Categories
49+
GET | api/categories/{id} | Show All Posts inside Specific Category
50+
GET | api/posts | Show All Posts
51+
GET | api/posts/{id} | Show Specific Post
52+
4453
## Requirements
4554
- PHP >= 8.1
4655
- MySQL or other database server

0 commit comments

Comments
 (0)