Skip to content

✅ Let the task.go : it's a todo management which base on vue, gin framework and sqlite3 database .

License

Notifications You must be signed in to change notification settings

raspberry-pi-org/task

 
 

Repository files navigation

Task.go

It's not only a todo list but also a notebook and file mangage system, which base on vue, gin framework and sqlite3 database. so no complicated configurations and run it by one command !

  • go v1.14.5
  • vue v2.0
  • gin v1.6.3
  • docker v2.5.0.1
  • gorm v1.20.1
  • gopkg v1.62.0
  • sqlite3 v3.33.0

How To Run

build

go build

run

# 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.

About

✅ Let the task.go : it's a todo management which base on vue, gin framework and sqlite3 database .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.2%
  • HTML 9.8%