Skip to content

Commit

Permalink
Begin documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xorkevin committed Nov 17, 2019
1 parent 8578d24 commit 2cfb206
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ yet another microservice framework

import via `xorkevin.dev/governor`

#### confirm dev setup
#### Motivation

- `make devup` will start a local docker network
- `make dev` will start a local golang server instance
- `curl localhost:8080/api/healthz/ping` should return back `Pong` and log `Ping` on the server
- `curl localhost:8080/api/healthz/check` should return back a timestamp and no errors
- `make devdown` will bring down the docker network

#### helpful tools

- `docker ps` will show all currently running containers
Governor is an opinionated framework for building microservices.

0 comments on commit 2cfb206

Please sign in to comment.