Open Grades is an opensource application build with Laravel to manage class calendars, class grades and etc, it is made for students and teachers. We believe that every school or independent teacher should have access to an easy system to manage his students, grades and much more for free.
(Development In Progress - First Version Estimated to Be Released Mid 2025)
- Simple and fast (Clean UI that any user can learn).
- Organize your classes with our calendars.
- Generate grades, classes, presences reports.
- Notify your students.
- Create warnings for bad behavior and etc.
- Charge your students with our payment's system
We would like to extend our thanks to the following members of the team. If you are interested in becoming a member of the team, please send an email to [email protected]
Thank you for considering contributing to Open Grades app! The contribution guide can be found in the Open Grades documentation.
If you discover a security vulnerability within Open Grades, please send an e-mail to Rafael Tessarolo via [email protected]. All security vulnerabilities will be promptly addressed.
The Open Grades app is open-source software licensed under the MIT license.
Using Docker
cp .env.example .env
yarn install
yarn up
yarn run:install
yarn migrate
yarn db:seed
Then Access: server_domain_or_IP:8000
Without Docker
cp .env.example .env
yarn install
composer install
php artisan migrate
php artisan db:seed
php artisan serve
Then Access: server_domain_or_IP:8000