itsysnb / News-Api-Project

This is a news blog project with Rest Api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEWS-BLOG

Description

This is a news project based on REST API.

This project consists of several parts, which we will explain below..

Authentication

The Sanctum package is used for the authentication system and has the following capabilities

  • Admin
  • User

Only the admin is allowed to create categories and posts and manage comments

Custom Response

Using custom Api response and defining special capabilities to improve performance

  • successResponse
  • errorResponse

Other used items

  • Route Model Binding
  • Api Resource
  • Policy
  • Form Request
  • Middleware

About

This is a news blog project with Rest Api


Languages

Language:PHP 84.6%Language:Blade 14.3%Language:Shell 0.8%Language:JavaScript 0.2%