MongoDB - acm-mu/abacus GitHub Wiki

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.