Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 372 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 372 Bytes

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