lisbom-dev/js-school-backend

Implement the user CRUD

Opened this issue · 0 comments

Description

  • the user model and migration was already created, so, we need to finish the user storing in the system creating the full active records controller

Prerequisites

  • use active records pattern
  • create the user controller

Additional Info

  • the user can only be deleted by an administrator and from himself, use bouncer to make it