Reddit Image Downloader, but Codegen based
Find a file
2024-08-16 14:38:44 +07:00
go images: added list image proto 2024-08-16 14:38:44 +07:00
schemas images: added list image proto 2024-08-16 14:38:44 +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 device subscription table migration 2024-08-12 23:14:07 +07:00
go.mod api: implemented resolve subreddit name api 2024-08-15 20:39:04 +07:00
go.sum api: implemented resolve subreddit name api 2024-08-15 20:39:04 +07:00
LICENSE initial setup 2024-08-04 23:16:05 +07:00
Makefile sql: added device subscription table migration 2024-08-12 23:14:07 +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.