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
- Host: GitHub
- URL: https://github.com/voidnerd/book-api
- Owner: voidnerd
- Created: 2019-07-23T17:56:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T18:05:22.000Z (over 6 years ago)
- Last Synced: 2025-01-27T10:21:32.503Z (about 1 year ago)
- Topics: laravel, lumen, php
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`