An open API service indexing awesome lists of open source software.

https://github.com/ijustdev/openschool

Software for administrative school tasks.
https://github.com/ijustdev/openschool

administrative-tasks school

Last synced: 11 months ago
JSON representation

Software for administrative school tasks.

Awesome Lists containing this project

README

          

![Open School Logo](./resources/logo.svg)

### The solution for administrative tasks in your school!

OpenSchool - Open Source School Management Software | Product Hunt Embed

## Features
- :tada: seating plan management
- :bookmark: student absence management
- :memo: student grade manager with print function
- :package: document cloud
- :chart_with_upwards_trend: statistics on how students grades evolved

## Installation
### Dependencies
```sh
# Install frontend dependencies
$ npm i
```

## Usage
1. Run the backend
```sh
$ cd api/
$ go run .
```

2. Run the frontend
```sh
$ npm run dev
```

## Further reading
Check the documentation located in the `docs/` folder.