Installation
To install StudentSync, the following are the pre-requisites.
- Python >= 3.11
- Java OpenJDK 24 and above.
make
just
command runner (optional)
Steps to Install
- Clone the repository either from codeberg.org or GitHub as follows
#From Github
git clone https://github.com/Vaishnav-Sabari-Girish/StudentSync.git
#From codeberg.org
git clone https://codeberg.org/Vaishnav-Sabari-Girish/Student-Productivity-App.git
cd
into the clone repo.- Run the following commands
# If you use make
make build
make run
#If you use just
just build
just run