Student grade management system design by golang
- docker:Run the SQL Server 2017 container
- walk:Build GUI for app
- gorm:Database operations
- VS code
- sql server 2017
docker pull mcr.microsoft.com/mssql/server:2017-latest
docker run -e "ACCEPT_EULA=Y"-e"SA_PASSWORD=<YourStrong@Passw0rd>" -p 1433:1433 --name sql1 -d mcr.microsoft.com/mssql/server:2017-latest
go get github.com/lxn/walk
Then either compile the manifest using the rsrc tool, like this:
go get github.com/akavel/rsrc
rsrc -manifest app.manifest -o rsrc.syso
go build
To get rid of the cmd window, instead run
go build -ldflags="-H windowsgui"
DB_course.exe