Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 374 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 374 Bytes

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