colecarroll / RESTful-CRUD-Exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%