A simple app that allows users to create notes and lists and share them with other users.
Try it out at http://sharemynotes.co/
-
Run
$ rails s -
Browse to http://localhost:3000
-
Run tests
$ rspecor run tests in a single file by
$ rspec path_to_file -
Run test coverage report
$ coveralls reportand open the
coverage/index.htmlfile -
Run rubocop
$ rubocop


