Skip to content

Instantly share code, notes, and snippets.

View GhettoBurger996's full-sized avatar
🎯
Focusing

Yusuf Yasin GhettoBurger996

🎯
Focusing
  • CTR
  • Benghazi
View GitHub Profile
@NigelEarle
NigelEarle / Knex-Setup.md
Last active March 28, 2024 09:11
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