todolist-mysql-go

command module
v0.0.0-...-fcddcfe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2022 License: MIT Imports: 10 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL