Skip to content

unseenmagik/todolist-mysql-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todolist-mysql-go

A simple to do list tool made using Golang and JS AJAX frontend.

Steps to follow.

  1. Clone this repository
  2. Edit todolist.go line 16 and change these defaults to suit your needs.
user:pass@/todolist
. . . . . . 
user = DB username
pass = DB Password
todolist = DB Name

also on line 136 you can set your http port used.

http.ListenAndServe(":8000", handler)
. . . . . . 
8000 = default port
  1. run go build
  2. To start the app, run with go run todolist-mysql-go or ./todolist-mysql-go
  3. Visit your browser on the port set.

About

A simple to do list tool made using Golang and JS AJAX frontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published