Skip to content

CRUD (Create, Read, Update, Delete) functionality in restful API

Notifications You must be signed in to change notification settings

Mohammed-Mahmmud/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The application consist of a basic CRUD (Create, Read, Update, Delete) functionality for managing a list of users and set of posts. The application have two parts: a web interface and an API. Users will be able to view, add, edit, and delete posts and users from the list. The interface built using Laravel's Blade templating engine and include forms for submitting data. The API use Laravel's built-in API routing and response handling to provide a RESTful interface for managing the post and user list. The API include endpoints for creating, reading, updating, and deleting users and posts. Authentication will be handled using Laravel Breeze. posts edit post

About

CRUD (Create, Read, Update, Delete) functionality in restful API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages