Skip to content

zachrank/CPPCarpoolDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP Carpool DB

Written in Fall 2016 for CS 480 - Software Engineering at Cal Poly Pomona

Postgres database for cpp carpool application

Requirements:

  1. docker
  2. make

Building

make build

Running make build will build the docker image and create the database tables

Local Dev

make dev

The db listens on port 5432. The default user is "postgres" with no password

About

Postgres database for cpp carpool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TSQL 87.3%
  • Makefile 8.7%
  • Shell 3.5%
  • Dockerfile 0.5%