Skip to content

lisowsky/petapi

Repository files navigation

PetAPI Laravel Project

This is a recruitment task that implements CRUD operations for the /pet resource using Laravel and the external API: Swagger Petstore.

Features

  • Adding, editing, deleting, and listing pets.
  • Simple frontend for managing the resources.
  • Backend error handling.

Setup

  1. Clone the repository: git clone https://github.com/lisowsky/petapi.git
  2. Install dependencies: composer install npm install
  3. Run migrations (if required) and start the server: php artisan serve

Access the Application

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published