GoPics is a simple image sharing board built with Go, Redis, UIkit, and good intentions.
The project goal is to built a simple Go web app that is bigger than the classics wiki or WebSocket chat examples but still small enough to be useful for learning purpose.
This is the first version of the app, it features only login, forms validation, and images upload capabilities. Real time stuff with WebSocket coming soon!
go get github.com/lucachr/gopics
Redis have to be installed and a Redis instance needs to be
up and running.
After installing GoPics, start the server with
$ gopics
and go to localhost:8080.
GoPics is released under the MIT License.