catherinefromont / web-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 100.0%Language:HTML 0.0%