Closed joeltennant closed 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.
Nice work!
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.