Started Seperating the backend from the frontend

This commit is contained in:
subnub
2020-03-13 13:47:31 -04:00
parent aeea06bb4a
commit 37eeb1db5b
49 changed files with 72 additions and 73 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const mongoose = require("../src/db/mongooseServerUtils");
const mongoose = require("../backend/db/mongooseServerUtils");
const prompts = require("prompts");
const conn = mongoose.connection;