# Gofakeit Server
Run gofakeit via a running server. 
All functions are available to run in lowercase as first path and if they take in additional parameters you may pass by query parameters.

### Installation
```go
go get -u github.com/brianvoe/gofakeit/v7/cmd/gofakeitserver
```

### Example
```bash
gofakeitserver // default port is 8080
```

![](https://raw.githubusercontent.com/brianvoe/gofakeit/master/cmd/gofakeitserver/server.gif)