Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 222 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 222 Bytes

farms-knex

Transaction and migration lecture exercise.

Usage

  • git clone
  • npm install
  • createdb mcfarms
  • knex migrate:latest

Exercise

  • Add location to the farms table
  • Add a transaction to the farms post