Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joker1007/simple_note
Rails and Backbone sample
https://github.com/joker1007/simple_note
Last synced: 2 days ago
JSON representation
Rails and Backbone sample
- Host: GitHub
- URL: https://github.com/joker1007/simple_note
- Owner: joker1007
- Created: 2014-01-01T13:33:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-05T08:08:53.000Z (over 10 years ago)
- Last Synced: 2024-04-15T22:38:43.828Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 426 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```