/go-todos

Todo app written in Go

Primary LanguageHTML

Todos

A simple todo app written in Go.

  • Uses standard library (net/http) for REST API and static files
  • Uses modernc.org/sqlite for the database

image

Getting started

Clone the repo

git clone https://github.com/sgbj/go-todos.git
cd go-todos

Install packages

go get .

Run the application

go run .

Open a browser to http://localhost:8080

Future

  • Gin or gorilla/mux
  • Middleware
  • Auth