This is demo project for the Bowery-Golang Meetup
- Golang
- Gin framework
- Bootstrap css
- Image API from pixababy
- You will need to get key from pixababy (Link above) to be able to run the project
- Install gin
go get gopkg.in/gin-gonic/gin.v1
go run main.go [pixababy-key]
The local server will listen on port 9999
Open http://localhost:9999
on your browser