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.
- Host: GitHub
- URL: https://github.com/ijustdev/openschool
- Owner: IJustDev
- License: gpl-3.0
- Archived: true
- Created: 2020-09-14T12:59:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T18:47:51.000Z (over 5 years ago)
- Last Synced: 2025-03-17T05:15:25.247Z (about 1 year ago)
- Topics: administrative-tasks, school
- Language: SCSS
- Homepage: https://openschool.dev
- Size: 2.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 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.