Cartoon RESTful CRUD Exercise

Installation

  • clone repo
  • npm install
  • createdb cartoons
  • knex migrate:latest
  • knex seed:run

Instructions

The code that you need to create can be found in the following files.

  • db/query.js
  • routes/cartoons.js