Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 1.44 KB

README.md

File metadata and controls

79 lines (49 loc) · 1.44 KB

Logo

Pelcro Assessment

A Laravel CRUD operations application with webpages to do that and rest API's endpoints.

🚀 About Me

I'm a full stack developer with a variety of skills in multiple frameworks focused on frontend but not limited to backend developing.

🛠 Skills

Javascript, HTML, CSS, Angular, React, Vue, Laravel

Features

  • 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

API Reference

Get all customers

  GET /api/data

Create customer

  POST /api/data/

Get customer

  GET /api/data/${id}
Parameter Type Description
id string Required. Id of customer to fetch

Delete customer

  DELETE /api/data/${id}
Parameter Type Description
id string Required. Id of customer to delete

Update customer

  PUT /api/data/${id}
Parameter Type Description
id string Required. Id of item to update

Contact me

📫 [email protected]

📱 01276432117