express-objection-starter icon indicating copy to clipboard operation
express-objection-starter copied to clipboard

an opinionated, production-ready, isomorphic express/knex/objection starter with centralized configuration

Results 83 express-objection-starter issues
Sort by recently updated
recently updated
newest added

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...

documentation

Really stretching it, but having the counter would serve as an example for online systems using Redis

stretch

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...

mad science

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.

stretch

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...

documentation

Especially helpful w/ development watch processes

enhancement