Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

IJustDev/OpenSchool

Repository files navigation

Open School Logo

The solution for administrative tasks in your school!

OpenSchool - Open Source School Management Software | Product Hunt Embed

Features

  • 🎉 seating plan management
  • 🔖 student absence management
  • 📝 student grade manager with print function
  • 📦 document cloud
  • 📈 statistics on how students grades evolved

Installation

Dependencies

# Install frontend dependencies
$ npm i

Usage

  1. Run the backend
$ cd api/
$ go run .
  1. Run the frontend
$ npm run dev

Further reading

Check the documentation located in the docs/ folder.