ElliotCui / flyboard

A simple, flexible, friendly data visualization system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flyboard

NPM version Build Status Coverage Status Code Climate

A simple, flexible, friendly data visualization system.

flyboard

Installation

$ git clone git://github.com/yuantiku/flyboard.git && cd flyboard
$ npm install

Flyboard supports Postgres, MySQL, MariaDB and SQLite3, choose a database driver according to need.

$ npm install mysql
$ npm install mariasql
$ npm install pg
$ npm install sqlite3

For editing configuration of table and database connection, refer to knex Document

cp configs/database.example.js configs/database.js
vim configs/database.js

Initial APP Configuration

cp configs/app.example.js configs/app.js

Initial Database

npm run migrate:latest

Run Service:

DEBUG=flyboard node bin/www

License

MIT

About

A simple, flexible, friendly data visualization system.


Languages

Language:HTML 51.6%Language:JavaScript 43.9%Language:CSS 4.5%Language:Makefile 0.0%