/sat-4-boys

Primary LanguageJavaScript

Team Unicorn's end of week 3 group project

This is a repo where a boilerplate has been used to kick start the weekend for the boys. The following is a list of dependencies the boilerplate comes with and installation instructions. Drink up!

Boilerplate: Knex.js

Phase 1 boilerplate project with:

  • Express
  • Knex
  • SQLite3
  • Express Handlebars
  • body-parser
  • AVA
  • Node Inspector
  • nodemon

Install

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

Be sure to check out the other npm scripts too.