/minibook

Primary LanguageTypeScript

Minibook

Setup

use node 20.10.0.

install dependencies

npm ci

install playwright dependencies

npx playwright install

start backend

docker-compose up -d
npm run dev-backend

start frontend

npm run dev-client

Tests

start the database and backend if not already done

docker-compose up -d
npm run dev-backend

Run frontend E2E

npm run test-e2e

Run all others test

npm run test-all