/library-management

simple crud backend for library using laravel 10

Primary LanguagePHP

Simple CRUD Library Management Laravel 10

Name: Yulia Citra

Swagger Documentation

Library Management API Documentation

Description

This repository contains the implementation of a Library Management API built using Laravel and documented using Swagger.

Installation

  1. Clone the repository.
  2. Install dependencies using composer install.
  3. Configure your .env file for database settings.
  4. Run migrations and seed data using php artisan migrate --seed.

Usage

  • Access the API documentation at the Swagger link provided above.
  • Start the Laravel development server using php artisan serve.
  • Test API endpoints using tools like Postman or curl.

License

This project is licensed under the MIT License. See the LICENSE file for more details.