Fastify Server
cd backend
cp .env.sample .envRun a mongo container
docker run -d -p 27017:27017 mongoInstall dependencies
npm installStart development mode
npm run devnpm run testReact (by vite)
Install dependencies
npm installStart development mode
cd frontend
npm run devVisit http://localhost:5173
npm run test:e2eshow playwright report
npx playwright show-report