Skip to content

joker1007/simple_note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Note

RailsとBackboneを利用したサンプルとして作成した簡単なメモアプリケーションです。 Markdown形式で記述したメモを、ほぼリアルタイムでプレビューしながら編集することができます。

Versions

Name Version
Ruby 2.1.1
Rails 4.1.0.rc1
Backbone.js 1.1.2

Requirements

  • SQLite
  • PostgresSQL (For Heroku)

Usage

$ git clone https://github.com/joker1007/simple_note
$ cd simple_note
$ bundle install --path vendor/bundle
$ bundle exec rake db:migrate
$ bundle exec rails s

Heroku

$ git clone https://github.com/joker1007/simple_note
$ cd simple_note
$ heroku apps:create
$ git push heroku master

About

Rails and Backbone sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published