https://github.com/mountolive/bidding-server
Dummy exemplary bidding-server
https://github.com/mountolive/bidding-server
Last synced: about 1 year ago
JSON representation
Dummy exemplary bidding-server
- Host: GitHub
- URL: https://github.com/mountolive/bidding-server
- Owner: mountolive
- Created: 2020-07-09T09:58:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T19:20:32.000Z (almost 6 years ago)
- Last Synced: 2023-03-05T20:04:27.861Z (over 3 years ago)
- Language: Go
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of a bidding server in Golang
The bidding server is suppose to be able to lookup, according to a publisherId and a position
the campaign with the greatest price possible.
## Test data
In order to load the test data you must have redis-server and cli installed in your machine.
Then execute the following:
```cat script.redis | redis-cli —pipe```
## Run
To run the server, you can simply run the entry point, main.go
```go run main.go```
This starts the server in port 8080