Skip to content

vulcangz/gopics

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 73.2%
  • HTML 24.2%
  • CSS 2.6%