This is the floats api.
- node
- docker
$ npm install
$ cp config/secrets.js{.example,}
# run normally
$ npm run dev
# run in panic mode
$ npm run panicmode
# run for android (we can't use docker at the same time)
$ npm run android
In-memory (fast)
$ npm test
Against live db (slow)
$ npm run livetest
- Add schema to
schemas/poops.js
(see others for examples) - Add key to
schemas/schema.js
- Add table names to
config/index.js
andconfig/production.js
- Run
npm run createTables