Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 422 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 422 Bytes

Databraid API Starter Repo

Use this repo as a starter repo for developing API servers.

Usage

Before beginning make sure you have Docker installed and running, then do:

npm i
npm run up

When finished developing do:

npm run down

Testing, linting, knex rollbacks, migrations, and seeds can all be done respectively with:

npm test
npm run lint
npm run rollback
npm run latest
npm run seed