Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 311 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 311 Bytes

DATABASE

Install sqitch

Run migrations

Run seeds

sudo -u postgres createuser -s $(whoami); createdb $(whoami)

Database

Server Application Layer

Client Application Layer

Testing

Test Hierarchy

Typechecking

Static

Runtime

Unit

Integration

Acceptance