/e-gradebook

Simple gradebook made as school project

Primary LanguageC++Apache License 2.0Apache-2.0

Online Gradebook

Project docs are hosted at https://ponurakk.github.io/e-gradebook

How to Run

Based on your system execute use equivalent manager:

Linux

# First you need to build the project
./manager.sh build
# Then you can run it
./manager.sh run

Windows

# First you need to build the project
./manager.bat build
# Then you can run it
./manager.bat run