Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 414 Bytes

SnowballR Backend

Backend deno/nodejs server written in typescript.

Run

docker compose --profile run -f unitTests/docker-compose.yml --env-file unitTests/.env up --abort-on-container-exit

Tests

The tests require a running postgres database.

Run in Docker

docker compose --profile test -f unitTests/docker-compose.yml --env-file unitTests/.env up --abort-on-container-exit