Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

geoffreyp/KanbanJS

Repository files navigation

License: GPL v3 PRs Welcome Build Status Known Vulnerabilities

Kanban JS

Features before the release 1.0

See the github project board and the github milestone, don't hesitate to add issues if you want a new feature before the release 1.0.


How to install KanbanJS ?

Get the project :

git clone git@github.com:geoffreyp/KanbanJS.git

Install dependencies :

npm install

bower install

Configure database :

Create config/config.json with correct database value:

{
  "development": {
    "username": "root",
    "password": null,
    "database": "database_dev",
    "host": "127.0.0.1",
    "dialect": "mysql"
  },
  "test": {
    "username": "root",
    "password": null,
    "database": "database_test",
    "host": "127.0.0.1",
    "dialect": "mysql"
  },
  "production": {
    "username": "root",
    "password": null,
    "database": "database_production",
    "host": "127.0.0.1",
    "dialect": "mysql"
  }
}

The ORM used is Sequelize, it allow you to use a lot of SQL dialect (mysql, postgreSQL, SQLite, mongodb, ...).

Start the project :

npm start

The first time, sequelize create all tables with their relations.


Databases tested

  • Mysql

About

Minimalist kanban board in real time to manage your team projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published