Skip to content

asogor/fence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Create Fence around you Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages