This is a MVP basead on OneNote and Evernote to manage online notes for multiple users.
Make sure you have Ruby, Rails and Bundler installed.
git clone git@github.com:betogrun/simplenote.git # or clone your own fork
cd simplenote
bundle install
rake db:create && rake db:migrate && rake db:seed
rails s
Your app should now be running on localhost:3000.