- 🎉 seating plan management
- 🔖 student absence management
- 📝 student grade manager with print function
- 📦 document cloud
- 📈 statistics on how students grades evolved
# Install frontend dependencies
$ npm i
- Run the backend
$ cd api/
$ go run .
- Run the frontend
$ npm run dev
Check the documentation located in the docs/
folder.