https://github.com/mehrancodes/ketab
Ketab is a REST API written in Lumen for learning purposes
https://github.com/mehrancodes/ketab
Last synced: about 1 month ago
JSON representation
Ketab is a REST API written in Lumen for learning purposes
- Host: GitHub
- URL: https://github.com/mehrancodes/ketab
- Owner: mehrancodes
- Created: 2016-11-14T09:02:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T13:47:50.000Z (over 8 years ago)
- Last Synced: 2025-01-24T12:32:24.079Z (3 months ago)
- Language: PHP
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ketab
[](https://travis-ci.org/mehranrasulian/ketab)
Ketab is a REST API written in Lumen for learning purposes.
## How to install
git clone https://github.com/mehranrasulian/ketab.git
composer install
cp .env.example .env
php artisan migrate --seedNow it's ready to use!
## How to test
phpunit