Skip to content

A simple todo list application built using Go and adapting an AJAX based frontend.

License

Notifications You must be signed in to change notification settings

soundreaper/SimpleGoTodo

Repository files navigation

Simple Go Todo List

Go Report Card

Proposal

Making a simple backend using Golang, MySQL, GORM, Gorilla/MUX, Logrus for a todo list web application. The frontend source code is from https://github.com/themaxsandelin/todo and features a simple frontend build using JS, HTML, and CSS. The frontend executes AJAX requests to localhost:8000.

Presentation Slides

If you'd like to view my presentation slides they can be found here.

Install Instructions

Clone this repository:

git clone git@github.com:soundreaper/SimpleGoTodo.git

Build the executable:

go build

Run the executable:

./todolist

Open index.html from project directory in browser

Screenshot

Screenshot

About

A simple todo list application built using Go and adapting an AJAX based frontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published