Yannick Guern afff79ce08 renew password function | il y a 7 ans | |
---|---|---|
Godeps | il y a 7 ans | |
config | il y a 7 ans | |
controllers | il y a 7 ans | |
database | il y a 7 ans | |
models | il y a 7 ans | |
templates | il y a 7 ans | |
utils | il y a 7 ans | |
.gitignore | il y a 7 ans | |
LICENSE | il y a 7 ans | |
README.md | il y a 7 ans | |
logger.go | il y a 7 ans | |
main.go | il y a 7 ans | |
router.go | il y a 7 ans | |
routes.go | il y a 7 ans |
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"