Los-had / mocking-api

generate some random data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mocking-api

generate some random data

installing and using - API

clone this repo:

$ git clone <repo url>

enter in the app folder and compile:

$ cd mocking-api
$ go build main.go

run the program:

$ ./main

This commands will execute the script in:

http://127.0.0.1:8000

to stop the server(localhost) press Ctrl+C or Cmd+C

installing and using - CLIENT

Warning: to use the client you have to run the api at the sam time

clone this repo:

$ git clone <repo url>

enter in the app folder and compile:

$ cd mocking-api/client
$ go build main.go

run the program:

$ ./main

License

MIT

About

generate some random data

License:MIT License


Languages

Language:Go 100.0%