Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 160 Bytes

readme.md

File metadata and controls

10 lines (4 loc) · 160 Bytes

Supermarket checkout

We now need a database. You should install sqlite and the ruby driver for it.

brew install sqlite

gem install sqlite3