Node JS - acm-mu/abacus GitHub Wiki

Abacus uses React for the frontend UI.

Where can I find it?

Node is found in the Backend folder of Abacus

What are some important files to understand?

The API folder is how we get data from the database to the frontend, and vice versa. A couple of things done there include adding, updating, and deleting problems, updating messages between proctors and participants (clarifications), and getting the state of the contests. the db folder is also important because that is where we setup our calls to the database.