An open API service indexing awesome lists of open source software.

https://github.com/voidnerd/book-api

Perform CRUD operation on mock book store
https://github.com/voidnerd/book-api

laravel lumen php

Last synced: 11 months ago
JSON representation

Perform CRUD operation on mock book store

Awesome Lists containing this project

README

          

# book-api

CRUP BOOK API built with lumen

## Usage

- `git clone https://github.com/ndiecodes/book-api.git`
- `cd book-api`
- `composer install`
- `php artisan migrate`
- `php -S localhost:8000 -t public`