The project is written in Golang, with Fyne and SQLite providing the GUI and Database framework. If Go is already installed, program can be compiled by running the following command.
go build -o ims.exe # Windows
go build -o ims # Linux
Run the program through the terminal.
./ims.exe # Windows
./ims # Linux
The default username and password are both admin. You can change password from User Management tab later, as well as create secondary users. Read report for more details.
The report is located in IMS.md. It is advised to view it through Github for the full experience with images and flowcharts.