ssdug / CVPZ

GNU General Public License v3.0
16 stars 18 forks source link

Mongo #47

Closed joeltennant closed 7 years ago

joeltennant commented 7 years ago

MongoDB added.

When you build the project a "db" folder is added to the root.

To run access the DB run this is the command line:

mongo localhost/cvpz

You will need mongo tools to run it. Once you have accessed the database you can create collections which will be placed in the DB folder.

NotMyself commented 7 years ago

Nice work!