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

Latest commit

 

History

History
23 lines (16 loc) · 264 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 264 Bytes

Boilerplate Express API

Phase 2 boilerplate project with:

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

Install

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

Be sure to check out the other npm scripts too.