Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 418 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 418 Bytes

ccapdev-mongoose/models

This folder contains files for database modeling and access.

Contents:

  • db.js - contains necessary database functions for CRUD (Create, Read, Update, Delete) operations.
  • UserModel.js - defines the schema of the collection users