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

https://github.com/ianpatricck/easy-kanban

:bookmark_tabs: A Simple Kanban Task Management
https://github.com/ianpatricck/easy-kanban

agile api api-rest clean-architecture kanban kanban-board pdo phinx phinx-migrations php php-8 phpunit slim slim-framework slim4 sqlite task-manager

Last synced: about 1 month ago
JSON representation

:bookmark_tabs: A Simple Kanban Task Management

Awesome Lists containing this project

README

        

# Easy Kanban

## A Simple Kanban API

### Clone repository

```bash
$ git clone https://github.com/ianpatricck/easy-kanban
```

### Install dependencies via composer

```bash
$ composer install
```

### Run the migrate script

```bash
$ composer db:migrate
```

### Start the http server

```bash
$ composer serve
```

Now you can see the API documentation at http://localhost:8000/.

### Execute tests (PHPUnit)

```bash
$ composer test
```

Test execution will delete all rows in `development.db` file.