Skip to content

ClaudeSeo/go-todo-restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Todo REST API

A Simple todo app written in Go Language.

This project use go-martini, gorm, envconfig

Environment Setup

$ export DB_DIALECT="MySQL"
$ export DB_HOST="127.0.0.1"
$ export DB_PORT="3306"
$ export DB_USERNAME="username"
$ export DB_PASSWORD="password"
$ export DB_NAME="dbname"
$ export WEB_PORT="8080"
$ export WEB_HOST="127.0.0.1"
$ export MARTINI_ENV=production

Installation & Run

$ go get github.com/claudeseo/go-todo-restapi

$ go build
$ ./go-todo-restapi
[martini] listening on 127.0.0.1:8080 (production)

Reference

About

Todo REST API in GoLang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages