vulcangz / gopics

A simple image sharing board built with Go, Redis, UIkit, and good intentions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoPics

A screen of the user timeline in GoPics 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!

Installation

    go get github.com/vulcangz/gopics

Build

If you modify a program, you need to recompile

    go build

Usage

Redis have to be installed and a Redis instance needs to be up and running.
After installing or rebuilding GoPics, start the server with

   $ gopics

and go to localhost:8080.

License

GoPics is released under the MIT License.

About

A simple image sharing board built with Go, Redis, UIkit, and good intentions.

License:MIT License


Languages

Language:Go 73.2%Language:HTML 24.2%Language:CSS 2.6%