Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 641 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 641 Bytes

#DESCRIPTION a fence to protect your garden

Required Stuff

  • install git
  • install Go

SETUP

If you new to this, just make a workspace. I used $HOME/workspace/goprojects, you can use anything, but my examples are based on this. In the code there is nothing to enforce that assumption.

  • cd $HOME/workspace
  • mkdir goprojects
  • export GOPATH=$HOME/workspace/goprojects
  • export PATH=$PATH:$GOPATH/bin

#TODO List

  • create login option page FB/G+
  • create secret loader, do not chekin secret to github
  • login/register with FB
  • login/register with G+
  • provision an API with local config
  • provision an API with remote config