All Projects → yuantiku → Flyboard

yuantiku / Flyboard

A simple, flexible, friendly data visualization system.

Labels

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].