sylvia-gp / personal-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 92.2%Language:HTML 7.8%