An API for the Homebugh application.
- Generate a self-signed TLS certificate
$ cd tls
$ go run /usr/local/go/src/crypto/tls/generate_cert.go --rsa-bits=2048 --host=localhost
when using asdf with 1.19.2 version of go (adjust if needed):
go run ~/.asdf/installs/golang/1.19.2/go/src/crypto/tls/generate_cert.go --rsa-bits=2048 --host=localhost
- Configure database
The application uses the database from Homebugh repository. Follow the steps from Configure development environment list.
HomeBugh app is released under the MIT License.