Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arvention committed Mar 28, 2020
1 parent cd83dcd commit e50500c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions models/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e50500c

Please sign in to comment.