Yi-Ting Shih 77d9d6ab15
Some checks failed
Build frontend image / release-image (push) Failing after 2m21s
Feat: add gitea ci
2025-04-18 20:45:54 +08:00
2025-04-18 20:45:54 +08:00
2025-04-18 20:23:21 +08:00
2025-04-18 20:23:21 +08:00
2024-03-25 21:39:05 +08:00
2024-03-25 21:39:05 +08:00
2025-04-18 20:23:21 +08:00
2025-04-18 20:23:21 +08:00

Testing Lab

Backend

Fastify Server

Set your environment variable

cd backend
cp .env.sample .env

Development

Run a mongo container

docker run -d -p 27017:27017 mongo

Install dependencies

npm install

Start development mode

npm run dev

Run the test

npm run test

Frontend

React (by vite)

Development

Install dependencies

npm install

Start development mode

cd frontend
npm run dev

Visit http://localhost:5173

Run playwright test

npm run test:e2e

show playwright report

npx playwright show-report
Description
No description provided
Readme 399 KiB
Languages
TypeScript 84.3%
CSS 9.7%
Dockerfile 4.2%
HTML 1.8%