Skip to content

xhos/null-core

Repository files navigation

null-core

null-core is a high-performance gRPC (or rather connect-go) API built in Go that handles core financial operations including user management, account management, transaction processing, and categorization, among other things.

⚙️ config

environment variables

variable description default required?
API_KEY Authentication key for gRPC API access [x]
DATABASE_URL PostgreSQL connection string [x]
NULL_GATEWAY_URL URL for null-gateway (auth + proxy) [x]
NULL_RECEIPTS_URL gRPC endpoint for receipt parsing service [x]
EXCHANGE_API_URL Exchange rate API endpoint [x]
LISTEN_ADDRESS Server listen address (port or host:port) 127.0.0.1:55555 [ ]
LOG_LEVEL Log level: debug, info, warn, error info [ ]
LOG_FORMAT Log format: json, text text [ ]

🌱 ecosystem

null-web is the expected frontend to use, but it is possible to build your own client. The only thing tightly coupled is the Better Auth JWT authentication mechanism, but you can use inter-service API keys to authenticate instead if you prefer.

About

core backend service of the null project

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors