Skip to content

Instantly share code, notes, and snippets.

View Prav92's full-sized avatar

PraveenKumar Prav92

  • Spritle Software
  • Chennai,Tamil Nadu,India
  • X @Prav2k
View GitHub Profile
@NigelEarle
NigelEarle / Knex-Setup.md
Last active May 2, 2024 02:13
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