/notes

Primary LanguageRuby

How to use

run bundle install yarn install rails db:migrate deploy with rails s

Features

  • Authentification handled by Devise
  • Notes management:
    • Create a note with ajax.
    • List notes using embedded Vue.
    • Delete note with AJAX
    • Edit with AJAX, made on its own view.

Just one note: I removed the notification on CRUD as it was a little disturbing