Databraid API Starter Repo Without Postgres

Use this repo as a starter repo for developing API servers without Postgres

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 and linting can all be done respectively with:

npm test
npm run lint