AmrAdel00 / social-app

Information Technology Institute Traninig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Network App Laravel

Notes:

  • Add Accept: application/json in headers in all requests

  • Add Authorization: Bearer {token} in headers in requests requires Authentication

    Example: Bearer 2|8uPfGUbEQIrVYrht0ag72AgueiTceq54EThxtybB


Model EndPoints Requires Authentication
Authentication Login, Register no
Profile Show, Update yes
Friend Request Friend Requests, Send, Accept, Remove yes
Post Index, Create, Update, Show,Delete yes
Like Like yes
Comment Comment yes
User All Users, Single User yes
Post Comments Show All Post Comments yes

Register

Create Account


Login

Login With Registed Account


Show Profile

Showing Authenicated User Data


Update Profile

Login With Registed Account


Friend Requests

All Users That Sent Friend Request to You


Send Friend Request

Send Friend Request To Another User


Accept Friend Request

Accept Friend Request


Remove Friend Request

Remove Friend Request (Unfriended)


Index Post

Show All Posts


Create Post

Create Post With Authenticated User


Update Post

Update Post With Authenticated User


Show Post

Show Single Post


Delete Post

Show Single Post


Like

Add Like To Post


Comment

Add Comment To Post


All Users


Single User


Show All Post Comments


About

Information Technology Institute Traninig


Languages

Language:PHP 85.5%Language:Blade 13.8%Language:Shell 0.7%