Skip to content

Instantly share code, notes, and snippets.

View sandbardev's full-sized avatar

Sanderson de Paula sandbardev

  • Rio de Janeiro
View GitHub Profile
@NigelEarle
NigelEarle / Knex-Setup.md
Last active March 15, 2025 16:49
Setup Knex with Node.js

Knex Setup Guide

Create your project directory

Create and initialize your a directory for your Express application.

$ mkdir node-knex-demo
$ cd node-knex-demo
$ npm init