From e50500c656c89f846b1ceb5d1352f297e81f9843 Mon Sep 17 00:00:00 2001 From: "Arren Matthew C. Antioquia" Date: Sat, 28 Mar 2020 15:55:49 +0800 Subject: [PATCH] added README.md --- models/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 models/README.md diff --git a/models/README.md b/models/README.md new file mode 100644 index 0000000..fb8a780 --- /dev/null +++ b/models/README.md @@ -0,0 +1,7 @@ +# ccapdev-mongoose/models + +This folder contains files for database modeling and access. + +### Contents: +- [db.js](https://github.com/arvention/ccapdev-mongoose/blob/master/models/db.js) - contains necessary database functions for CRUD (Create, Read, Update, Delete) operations. +- [UserModel.js](https://github.com/arvention/ccapdev-mongoose/blob/master/models/UserModel.js) - defines the schema of the collection users