smartagent-service-audit

1.1.1 • Public • Published

Audit Log Service

Local Development

To setup db use

docker-compose up

Use the following commands to recreate db

docker rm -f $(docker ps -a -q)
docker volume rm $(docker volume ls -q)

Knex Migrations

To create a new knex migration use

npx knex migrate:make <migration-name> --env local

To run migration locally

npx knex migrate:up --env local

or

npx knex migrate:down --env local

/smartagent-service-audit/

    Package Sidebar

    Install

    npm i smartagent-service-audit

    Weekly Downloads

    1

    Version

    1.1.1

    License

    ISC

    Unpacked Size

    3.52 kB

    Total Files

    5

    Last publish

    Collaborators

    • mission_labs