mensapc / vrep-elementary-back

VREP is a user-friendly web application designed to streamline administrative tasks and enhance educational workflows for elementary schools. It empowers schools to effectively manage student enrollment, conduct and evaluate exams, track results, and stay informed about upcoming school events.
0 stars 0 forks source link

Migrate backend data storage from firebase to mongoDB #96

Closed RWUBAKWANAYO closed 8 months ago

RWUBAKWANAYO commented 8 months ago

Description:

This pull request implements changes to migrate the backend data storage from Firebase to MongoDB. The modification involves updating the source code to utilize MongoDB for data storage and retrieval, replacing the existing Firebase implementation.