# simple_note **Repository Path**: mirrors_joker1007/simple_note ## Basic Information - **Project Name**: simple_note - **Description**: Rails and Backbone sample - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```sh $ 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 ```sh $ git clone https://github.com/joker1007/simple_note $ cd simple_note $ heroku apps:create $ git push heroku master ```