pawiromitchel / resty

A REST builder with Node.js 🚀🏗
MIT License
7 stars 0 forks source link

Generating the controllers based on the created models #1

Closed pawiromitchel closed 6 years ago

pawiromitchel commented 6 years ago

5 basic controller methods are

  1. create
  2. list all
  3. list by id (primary key)
  4. update
  5. delete