Skip to content
Laxsmi Apps edited this page Jan 16, 2019 · 17 revisions

Academico is a school management application.

Main features

  • Course management: create courses, that can be assigned a teacher, a room, evaluation modalities.
  • Students management: students have an account. They can be enrolled within courses. They can view their grades.
  • Teacher management: teacher schedule, worked hours, leaves...
  • Rooms management: schedule
  • Reports: number of enrollments, etc.

Technical overview

The application largely relies on Backpack for Laravel. All users are authenticated via the same login mechanism. The application relies on roles and permissions to redirect the user to the functionalities they have access to. This allows the same user to be a student in one course, and the teacher in another.

Installation

DEVELOPER DOCS

Understanding the code

Clone this wiki locally