Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 499 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 499 Bytes

Simple CRUD API

FEATURE TEST

STACK

  • TypeScript
  • Express JS
  • Prisma
  • Jest
  • Docker
  • k6

API Spec

Basic Usage

docker compose up -d

Testing

docker compose exec app npm run test

Format

docker compose exec app npm run format