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

Feature: Implement time table models, controllers, and routes #97

Closed RWUBAKWANAYO closed 7 months ago

RWUBAKWANAYO commented 7 months ago

Description:

This pull request adds support for managing time tables, including models, controllers, and routes. The models directory now includes a Mongoose schema for time table entries, while controllers handle CRUD operations for these entries.