https://github.com/sensorario/kanbanoise
A kanban board built with symfony in the core
https://github.com/sensorario/kanbanoise
bootstrap-4 bootstrap4 kanban kanban-board kanban-board-application
Last synced: 6 months ago
JSON representation
A kanban board built with symfony in the core
- Host: GitHub
- URL: https://github.com/sensorario/kanbanoise
- Owner: sensorario
- License: mit
- Created: 2017-10-07T05:57:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T12:16:28.000Z (over 6 years ago)
- Last Synced: 2025-02-10T10:53:24.343Z (8 months ago)
- Topics: bootstrap-4, bootstrap4, kanban, kanban-board, kanban-board-application
- Language: PHP
- Homepage:
- Size: 1.13 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kanbanoise
## Install
- git clone https://github.com/sensorario/kanbanoise
- cd kanbanoise
- composer install
- ./bin/console doctrine:fixtures:load --no-interaction## Execute
- ./bin/console server:start
- open http://localhost:8000 in your browser
