cd moderation-service && cp sample.env .env
cd screenshot-service && cp sample.env .env
docker compose up -d
docker compose up -d moderation
Seed database with exam and attempt
cd freeCodeCamp/freeCodeCampm
pnpm run seed:exam-env --attempt
A specific version of rustc
is used, because the test tooling requires nightly features.
cargo +nightly-2025-04-03 test
docker compose up -d screenshot
Sentry error events are emitted when things that should not go wrong, go wrong.
Sentry traces (transactions) are emitted to log things, and to show errors that are allowed to happen.