Initial push, base application done

This commit is contained in:
Johnathon Slightham
2021-05-02 15:42:58 -04:00
parent 6534e68a59
commit 1758e9c3ee
6 changed files with 1662 additions and 0 deletions

3
DB.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
DB: 'mongodb://localhost:27017/kno-logic'
}