Skip to content

sgbj/go-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Todo app written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published