Skip to content

TheMuseCipher/final-sba

Repository files navigation

Information

Compiling the Program

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

Running the Program

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.

Report

The report is located in IMS.md. It is advised to view it through Github for the full experience with images and flowcharts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages