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
- Host: GitHub
- URL: https://github.com/ianpatricck/easy-kanban
- Owner: ianpatricck
- Created: 2025-02-08T13:28:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T01:07:17.000Z (about 2 months ago)
- Last Synced: 2025-03-26T02:23:07.490Z (about 2 months ago)
- Topics: agile, api, api-rest, clean-architecture, kanban, kanban-board, pdo, phinx, phinx-migrations, php, php-8, phpunit, slim, slim-framework, slim4, sqlite, task-manager
- Language: PHP
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.