Skip to content

hackernotes/data-behavior-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackernotes.io data-behavior demo

This app is a companion to the post at hackernotes.io/data-behavior. It is a Ruby on Rails app with no dependencies beyond what is indicated in the Gemfile. To run it, simply execute:

$ bundle install

And...

$ bin/rake db:migrate

And...

$ bin/rake db:seed    

And...

$ bin/rails server

The server will listen on its default port, 3000, and you can find the app at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published