https://github.com/zippoxer/pricer
https://github.com/zippoxer/pricer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zippoxer/pricer
- Owner: zippoxer
- Created: 2021-08-05T15:22:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T15:38:31.000Z (almost 5 years ago)
- Last Synced: 2024-06-19T19:29:00.619Z (almost 2 years ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pricer
## 1. Start the server
```bash
go run ./server
```
Use `--db path/to/pricer.db` to change the default database path.
## 2. Start the client
```bash
go run ./client
```
## * Regenerate gRPC code
```bash
make protoc
```