Innovative App

Instructions

Seed the database and login with credentials to get started.

php artisan migrate --seed

# Login with credentials
# email : email@example.com
# password: password

Parts CRUD page

Visit /dashboard/parts. Here you can create, edit or delete the part and can also export as JSON.

Search & Export

Click Search & Export button to open up a modal. In the modal, You will be able to search and export the document. Available formats are PDF, and CSV

Testing

Pestphp has been used to perform testing.