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-05-12 23:17:05 +02:00
..
bin/database feat(cli): create DB in start command if not exists (#285) 2022-04-08 11:36:35 +02:00
src fix: Add uncaught exceptions log 2022-05-12 23:17:05 +02:00
test chore: Setup ava and sinon test libraries 2021-10-08 19:02:36 +02:00
.env-example feat: Implement authentication with JWT 2022-03-06 00:35:30 +03: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 fix: Update bullmq version 2022-05-12 22:45:58 +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

backend

TODO: description

Usage

const backend = require('backend');

// TODO: DEMONSTRATE API