It manages students, records MSE/ESE marks for 4 configurable subjects, computes the semester result (final marks, grade, SGPA, PASS/FAIL), and lets you search, view, and print/export a result.
A Laravel 13 backend exposing CRUD REST APIs over two entities — Customer and Service — where each customer has many services. Every endpoint is protected, documented with Swagger, and backed by MySQL ...