Files
cnd2025-hw3/README.md
yubintw 9df48062d4 init
2024-03-25 21:39:05 +08:00

329 B

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

start development mode

npm run dev

Frontend

React (by vite)

start development mode

cd frontend
npm run dev