express-objection-starter
express-objection-starter copied to clipboard
an opinionated, production-ready, isomorphic express/knex/objection starter with centralized configuration
Either through config or documentation, protect API from being exposed directly. Something like Cloudflare's free tier would do great, because if it's laid bare to the internet, it's going to...
Really stretching it, but having the counter would serve as an example for online systems using Redis
Part of the reason why fastify is fast is that it relies on `fast-json-stringify` to stringify its outputs. And we already use jsonschema for everything, so integration with `fast-json-stringify` might...
something to walk you through with the choice of db (uninstalling the ones that you're not using), middleware options and what production environment looks like, etc.
Currently, `DATABASE_URL` gets mapped to `database:url` => `knex:connection`. On the one hand, having environment casing be mapped to lowercase means I don't have to worry about the exact casing of...