Skip to content

andrewhani14/pelcro_assesment

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published