An open API service indexing awesome lists of open source software.

https://github.com/zippoxer/pricer


https://github.com/zippoxer/pricer

Last synced: 5 months ago
JSON representation

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
```