This is a repository that is meant to quickly insert new data into our test database for presentational purposes
-
Clone this repository
-
cd into the Repo and install the dependencies
npm i
-
Make sure that the mongoDB daemon is running and run the index.js file
npm start
*This script currently inserts into the local MongoDB database. To change this, change the connection string, mongoUrl
in config/mongoConnection.js