Reddit Image Downloader, but Codegen based
Find a file
2024-08-08 16:13:30 +07:00
go server: implemented device update endpoint 2024-08-08 16:13:30 +07:00
schemas device: added proto schema for updating device values 2024-08-08 10:40:22 +07:00
web app: added one api connection between backend and frontend 2024-08-06 22:13:37 +07:00
.envrc initial setup 2024-08-04 23:16:05 +07:00
.gitignore go: added air and pretty logging 2024-08-07 10:41:00 +07:00
flake.lock sql: added logging support 2024-08-08 13:41:18 +07:00
flake.nix sql: added logging support 2024-08-08 13:41:18 +07:00
go.mod sql: added logging support 2024-08-08 13:41:18 +07:00
go.sum sql: added logging support 2024-08-08 13:41:18 +07:00
LICENSE initial setup 2024-08-04 23:16:05 +07:00
Makefile devices: added list devices endpoint 2024-08-07 23:59:29 +07:00
README.md go: added air and pretty logging 2024-08-07 10:41:00 +07:00

Bluemage

Reddit Image Downloader, but Codegen based

Development Setup

Dependencies

  • Go 1.22.5+
  • Goverter@v1.5.0
  • Bob@v0.28.1
  • NodeJS 20+
  • ConnectRPC codegen related binaries:
    • protoc-gen-go
    • protoc-gen-connect-go
    • protoc-gen-es
    • protoc-gen-connect-es

Build

Install dependencies, then run the following command:

$ make build

If all success, the built binary will be available in the bin directory.