An open API service indexing awesome lists of open source software.

https://github.com/pmuens/example-sqlite-chartjs

An example using Chart.js and SQLite with Rails 4
https://github.com/pmuens/example-sqlite-chartjs

Last synced: 3 months ago
JSON representation

An example using Chart.js and SQLite with Rails 4

Awesome Lists containing this project

README

          

= Example using SQLite and Chart.js with Rails 4

This is an example application to check whether SQLite and Chart.js can be used to serve and display thousands of records on a local machine.

== Steps for setup

1. Fork repository from GitHub
2. rake db:seed
3. rails server