Skip to content

thomasdarimont/gintodos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todos example

Build

go build cmd/todos/todos.go

Run (Dev)

./todos 

Run (Dev + Live Reload)

Install air and simply run air on the console.

This will start the app with live-reloading on source code change.

Run (Prod)

GIN_MODE=release ./todos 

About

Simple todo app with gin-gonic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages