Skip to content

infinitybase/bako-safe-api

Repository files navigation

Bako Safe API

Development

  1. Install Docker
  2. Install PNPM: npm install -g pnpm
  3. Install dependencies: pnpm install
  4. Run the api in the root folder: pnpm dev

Tests

  1. Install Docker
  2. Install PNPM: npm install -g pnpm
  3. Install dependencies: pnpm install
  4. Run the api in the root folder: pnpm dev
  5. In new terminal, run the tests: cd packages/api && pnpm test

Database utilities:

Populate DB

  1. Copy your scripts to insert infos to path packages/api/database/inserts
  2. Run script cd packages/api && pnpm migration:populate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages