bonk
Ko-Fi webhook api for cardian ocg art orders
Env variables
PORT: port to listen onDATABASE_URL: url to connect to databaseAUTH_TOKEN: auth token to use for requests
Quick start
gleam run # Run the project gleam test # Run the tests gleam shell # Run an Erlang shell
Deploying to fly.io
flyctl launch
with database
flyctl secrets set AUTH_TOKEN=sometokenmight also need to set the port
flyctl secrets set PORT=8080