This is a recruitment task that implements CRUD operations for the /pet resource using Laravel and the external API: Swagger Petstore.
- Adding, editing, deleting, and listing pets.
- Simple frontend for managing the resources.
- Backend error handling.
- Clone the repository: git clone https://github.com/lisowsky/petapi.git
- Install dependencies: composer install npm install
- Run migrations (if required) and start the server: php artisan serve
After completing the setup steps, the application will be accessible at the following URL: http://localhost:8000/pets This is the main entry point to manage pets via the provided interface.