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
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
- Gin or gorilla/mux
- Middleware
- Auth