Written in Fall 2016 for CS 480 - Software Engineering at Cal Poly Pomona
Postgres database for cpp carpool application
Requirements:
- docker
- make
make build
Running make build will build the docker image and create the database tables
make dev
The db listens on port 5432. The default user is "postgres" with no password