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-10-04 04:07:12 +03:00
..
bin/database chore: don't seed user if already seeded 2022-09-05 00:00:03 +02:00
src fix: Typo for the http client creation method 2022-10-04 04:07:12 +03: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-utils.d.ts chore: introduce docker compose 2022-08-29 11:45:39 +02:00
database-utils.js chore: introduce docker compose 2022-08-29 11:45:39 +02:00
database.d.ts chore: introduce docker compose 2022-08-29 11:45:39 +02:00
database.js chore: introduce docker compose 2022-08-29 11:45:39 +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 feat(docker-compose): add worker as service 2022-09-07 23:25:26 +02: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
worker.d.ts feat(cli): add start-worker command 2022-09-07 18:35:20 +02:00
worker.js feat(cli): add start-worker command 2022-09-07 18:35:20 +02:00

backend

TODO: description

Usage

const backend = require('backend');

// TODO: DEMONSTRATE API