Group project for CIS 330
Coe Daly, Patrick Higgins, Zhipeng Xie
$ docker pull xzpjerry/mongocxx
$ docker run -it xzpjerry/mongocxx /bin/bash
once in the container:
# cd root/anki-cpp
# git pull
# make clean
# make all
# ./study.exe
Install MongoDB driver (mongocxx) via these instructions
Also requires ncurses, install with package manager: libncurses5-dev libncursesw5-dev
Clone and build the project with make:
$ git clone
$ make clean
$ make all
$ ./study.exe