A Laravel CRUD operations application with webpages to do that and rest API's endpoints.
I'm a full stack developer with a variety of skills in multiple frameworks focused on frontend but not limited to backend developing.
Javascript, HTML, CSS, Angular, React, Vue, Laravel
- Create a new customer(s)
- Update an existing customer(s)
- View a list of the existing customer(s).
- View a single customer data.
- Delete a customer
GET /api/data
POST /api/data/
GET /api/data/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of customer to fetch |
DELETE /api/data/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of customer to delete |
PUT /api/data/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to update |
📱 01276432117