Added and updated comments throughout entire project

This commit is contained in:
Gregory Campbell
2021-11-25 22:02:18 -05:00
parent 1776e011f2
commit 149a25c251
6 changed files with 58 additions and 28 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const mongoose = require("mongoose");
const mongoose = require("mongoose"); //import mongoose
// msg schema
const MsgSchema = new mongoose.Schema({