Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 447 Bytes

readme.md

File metadata and controls

30 lines (21 loc) · 447 Bytes

Knex Query Builder + Postgres Database + ExpressJS


Using

  • typescript
  • express endpoints
  • unit tests + mocks
  • vitest setup inMemory pg database
  • migrations
  • github actions

Install

  • yarn install

generate types from database schema

  • yarn generate:types

create new migrations

  • yarn migrate:make <migration name>

sync/run migration

  • yarn migrate:run

build

  • yarn build

tests

  • yarn test