Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/9d4/wadoh-be

Device Backend for https://github.com/9d4/wadoh
https://github.com/9d4/wadoh-be

golang whatsapp-web

Last synced: 3 months ago
JSON representation

Device Backend for https://github.com/9d4/wadoh

Awesome Lists containing this project

README

        

# wadoh-be
Device backend for [wadoh](https://github.com/9d4/wadoh). It holds device data and provides
gRPC interface to communicate. Currently the device data stored in sqlite.

## Running
It should work out of the box without any configuration, but can be set if needed.
Following are the supported environment variables.
```sh
DEVELOPMENT=true
DB_PATH=mystore.db #default to store.db
GRPC_PORT=50051
```

Run with
```sh
$ go run .
```