/web-api

Primary LanguageJavaScript

Boilerplate Express API

Phase 2 boilerplate project with:

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

Install

yarn
yarn knex migrate:latest
yarn knex seed:run
yarn dev

Be sure to check out the other npm scripts too.