Skip to content

michaelmurray6298/sheet-api

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.1%
  • JavaScript 46.9%