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-03-02 21:34:31 +03:00
..
bin/database refactor: rename db:create:user as db:seed:user 2021-12-10 23:46:00 +01:00
src chore: Find apps folder path by using require resolve 2022-03-02 21:34:31 +03:00
test chore: Setup ava and sinon test libraries 2021-10-08 19:02:36 +02:00
.env-example feat: Encrypt data column of connections (#105) 2021-11-28 22:08:35 +01:00
knexfile.ts chore: Set database pool size 2021-11-24 11:06:39 +01:00
package.json chore: Find apps folder path by using require resolve 2022-03-02 21:34:31 +03:00
README.md chore: Add backend package 2021-10-02 13:36:57 +02:00
tsconfig.json chore: Add authentication interface and adjust authentication classes 2022-03-01 18:30:15 +01:00

backend

TODO: description

Usage

const backend = require('backend');

// TODO: DEMONSTRATE API