Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 497 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 497 Bytes

Appetite

Setup

What's included

Phase 1 boilerplate project with:

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

Installation

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.


Provide feedback on this repo