Simple REST API written in go

Yannick Guern afff79ce08 renew password function 7 vuotta sitten
Godeps 317066be5c secure authz by email + password (bcrypt support) 7 vuotta sitten
config c884bd2cf2 send validation email 7 vuotta sitten
controllers afff79ce08 renew password function 7 vuotta sitten
database 317066be5c secure authz by email + password (bcrypt support) 7 vuotta sitten
models afff79ce08 renew password function 7 vuotta sitten
templates c884bd2cf2 send validation email 7 vuotta sitten
utils c884bd2cf2 send validation email 7 vuotta sitten
.gitignore 317066be5c secure authz by email + password (bcrypt support) 7 vuotta sitten
LICENSE 0555d1356a README and license 7 vuotta sitten
README.md b3e98ec0a8 clean 7 vuotta sitten
logger.go 317066be5c secure authz by email + password (bcrypt support) 7 vuotta sitten
main.go 7d17efa9bc parse command line args 7 vuotta sitten
router.go 2105dbeae7 send mail 7 vuotta sitten
routes.go c884bd2cf2 send validation email 7 vuotta sitten

README.md

rate-it-api

Simple REST API written in go

how to install

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

how to run

rate-it-api

check localhost:8080

how to develop

install Compile daemon

got get githubnemo/CompileDaemon

on windows

CompileDaemon -command="./bin/rate-it-api.exe" -build="go build -o bin/rate-it-api.exe"

on others

CompileDaemon -command="./bin/rate-it-api" -build="go build -o bin/rate-it-api"