Skip to content

MongoDB

Kevin O'Connell edited this page Oct 6, 2021 · 5 revisions

Abacus uses MongoDB for the local database (used when testing on a personal machine)

Where can I find it?

MongoDB is found in backend/src/services/db/mongo.ts

What are some important files to understand?

backend/src/services/mongo.ts shows the structure of the calls we use to access the database. backend/src/services/database.ts shows the high level constructors that create the database.

Clone this wiki locally