Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 349 Bytes

NovaDB

  • An implementation of the backend of a NoSQL database (modeled after MongoDB)

Team Members

  • Nathan Ward

How to build

mkdir build
cd build
cmake ..
make
./nova
  • The above commands makes and runs the executible created within example/main.cpp
  • Requires a compiler supporting C++17 and requies Cmake to execute and run