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 API endpoint for counting students, teachers, and events #99

Closed RWUBAKWANAYO closed 7 months ago

RWUBAKWANAYO commented 7 months ago

Description:

This pull request adds a new API endpoint /data/counts to the application, allowing users to retrieve counts of students, teachers, and events. The endpoint returns a JSON response with the respective counts. This feature enhances the application's functionality by providing valuable statistics on its user base and event management.

Related issue:

You can find issue associated with this pull request here: #88