This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
automate/packages/backend
2022-08-07 15:39:47 +02:00
..
bin/database feat(cli): create DB in start command if not exists (#285) 2022-04-08 11:36:35 +02:00
src feat: perform remote search on flows 2022-08-07 15:39:47 +02:00
test chore: Setup ava and sinon test libraries 2021-10-08 19:02:36 +02:00
.env-example feat: Enable bullmq dashboard with environment variable 2022-05-13 11:40:52 +02:00
database.d.ts feat(cli): create DB in start command if not exists (#285) 2022-04-08 11:36:35 +02:00
database.js feat(cli): create DB in start command if not exists (#285) 2022-04-08 11:36:35 +02:00
knexfile.ts feat(cli): run migrations and app in start command (#284) 2022-04-08 11:27:46 +02:00
logger.d.ts feat(cli): create DB in start command if not exists (#285) 2022-04-08 11:36:35 +02:00
logger.js feat(cli): create DB in start command if not exists (#285) 2022-04-08 11:36:35 +02:00
package.json refactor: Adjust twitter authentication to use http client 2022-07-19 16:45:47 +03:00
README.md chore: Add backend package 2021-10-02 13:36:57 +02:00
server.d.ts feat(cli): create DB in start command if not exists (#285) 2022-04-08 11:36:35 +02:00
server.js feat(cli): create DB in start command if not exists (#285) 2022-04-08 11:36:35 +02:00
tsconfig.json chore: introduce empty type definitions for apps 2022-04-17 01:40:20 +03:00

backend

TODO: description

Usage

const backend = require('backend');

// TODO: DEMONSTRATE API