Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

gainsborourse/NYCU_CND-CICD-Lab

Repository files navigation

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

About

113下 交大 雲原生軟體開發與最佳實踐 HW4

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors