Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 276 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 276 Bytes

training

TDD

Exercise:

October 19th, 2016

  1. Create Bib/Holdings/Item structure. a. Bib - id, List, String content b. Holdings - id, List, String content c. Item - id, String content
  2. CRUD operations a. save b. update c. delete