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 July 8, 2024 11:52
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