Skip to content

wopoczynski/todoapp

Repository files navigation

Todo app

Name

Todo app

Description

Todo app backend in go for playing around with base go stuff

Current approach is using echo mini framework for handling basing http stuff + gorm for database wrapper

Configuration and verify installation

You may use docker or direct GO runtime (if so go is required locally)

brew install go

for starting the program you may use

go run ./cmd/main

for building executable

go build ./cmd/main

default settings

service port
webserver 8123

About

go lang playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published