From 41909f9189810df0d005b7c8ecac419d0118037f Mon Sep 17 00:00:00 2001 From: o5pxels Date: Fri, 9 Apr 2021 21:58:01 -0500 Subject: Add MongoDB dependency, create basic file layout --- src/check.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/check.js (limited to 'src/check.js') diff --git a/src/check.js b/src/check.js new file mode 100644 index 0000000..73c58dd --- /dev/null +++ b/src/check.js @@ -0,0 +1,4 @@ +const mongodb = require('mongodb'); + +// This is for passing the parameters of the search to check and see if it already exists in the database +// if it does exist, we're gonna call another function in another file. \ No newline at end of file -- cgit v1.2.3