It's a mini todo list which is based on vue, gin framework, and sqlite3 database. no complicated configurations and run it by one command !
go
v1.14.5vue
v2.0gin
v1.6.3docker
v2.5.0.1gorm
v1.20.1gopkg
v1.62.0sqlite3
v3.33.0
go build
# Mac / Unix
./task conf/config.ini
# Windows
task.exe conf/config.ini
finally, open your browser and input the url : http://127.0.0.1:9000/, please modify the content of config.ini file if you want to custom the configuration information bro.