go

command
v0.0.0-...-ae28633 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2016 License: MIT Imports: 24 Imported by: 0

README

Go Server Example

Installation

You need to clone satellizer's repo by running:

$ git clone https://github.com/sahat/satellizer

Next, cd into the go server example:

$ cd examples/server/go

Then you need to generate rsa keys to be able to use JWT:

$ ./gen-keys.sh

Get dependencies

$ go get ./...

Usage

You need an instance of MongoDB running on your local machine. By default, its address is "localhost".

If you are inside $GOPATH:

$ go run main.go

If you are outside of $GOPATH (git clone somewhere):

$ go build && ./go

Access satellizer's interface, at localhost:3000

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL