Yannick Guern afff79ce08 renew password function | 7 years ago | |
---|---|---|
Godeps | 7 years ago | |
config | 7 years ago | |
controllers | 7 years ago | |
database | 7 years ago | |
models | 7 years ago | |
templates | 7 years ago | |
utils | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
logger.go | 7 years ago | |
main.go | 7 years ago | |
router.go | 7 years ago | |
routes.go | 7 years ago |
Simple REST API written in go
Assume that your go environment is already set up
git clone https://git.guern.eu/noa/rate-it-api.git %GOPATH%/src/rate-it-api
go install rate-it-api
rate-it-api
check localhost:8080
install Compile daemon
got get githubnemo/CompileDaemon
CompileDaemon -command="./bin/rate-it-api.exe" -build="go build -o bin/rate-it-api.exe"
CompileDaemon -command="./bin/rate-it-api" -build="go build -o bin/rate-it-api"