Skip to content

Commit

Permalink
Update layers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zichongkao authored Jun 15, 2023
1 parent 9f51f8d commit 2d79c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/layers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Layers
*Updated 2023-06-15*

## Overview
One way to think of our backend is comprising three layers wrapping the raw data sitting in Mongo DB.
Expand All @@ -23,4 +24,4 @@ Code is in `src/model/`.
## Models
The inner Mongoose models/schemas that represent how data is stored in the MongoDB.

Code is in `src/db/`
Code is in `src/db/`.

0 comments on commit 2d79c70

Please sign in to comment.