shermanhuman/node-pg-rules icon
public
Published on 3/31/2025
Node / Postgres Stack Rules

Rules for a Node / Postgres simple stack.

Rules
node-pg-rules
- Use Node v22 - Use Postgresql 17 - Use dotenv to store secrets in environment - use pg the node-postgres library  - Use apisauce	v2 as the REST client  - Use vitest	for testing  - Use date-fns v4	for date library  - Use npm for package management  - Use Vite as the build tool