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

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

Awesome Lists containing this project

README

        

# ketab

[![Build Status](https://travis-ci.org/mehranrasulian/ketab.svg?branch=master)](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 --seed

Now it's ready to use!

## How to test
phpunit