Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

dev-academy-challenges/boilerplate-knex

Repository files navigation

Boilerplate: Knex.js

Phase 1 boilerplate project with:

  • Express
  • Knex
  • SQLite3
  • Express Handlebars
  • body-parser
  • Jest
  • nodemon

Install

npm install
npx knex migrate:latest
npx knex seed:run
npm run dev

Be sure to check out the other npm scripts too.