Skip to content

📚 An opensource application for teachers and students to manage grades, classes, calendars.

Notifications You must be signed in to change notification settings

RaFaTEOLI/open-grades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

License

About

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

Our Team

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]

Contributing contributions welcome

Thank you for considering contributing to Open Grades app! The contribution guide can be found in the Open Grades documentation.

Security Vulnerabilities

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.

License

The Open Grades app is open-source software licensed under the MIT license.

How To Install

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

About

📚 An opensource application for teachers and students to manage grades, classes, calendars.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published