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

https://github.com/dvandersluis/compendium_demo

Demo application for Compendium
https://github.com/dvandersluis/compendium_demo

Last synced: about 1 year ago
JSON representation

Demo application for Compendium

Awesome Lists containing this project

README

          

### Compendium Demo

This is a demonstration application for using [Compendium](https://github.com/dvandersluis/compendium)
along with [Amcharts.rb](https://github.com/dvandersluis/amcharts.rb).

#### Usage

1. Clone this project with git.
2. Setup database.yml with your database credentials.
3. Run `rake db:migrate` and `rake db:seed` to populate the database.
4. Run `rails s` to start a Rails server.
5. Navigate your browser to `localhost:3000`.