/acg-exam

Primary LanguageTypeScript

acg

Getting Started

  • nextjs
  • expressjs
  • mongodb

Frontend

cd f
npm i && npm run dev

frontend port : http://localhost:3000

Backend

cd b
npm i && npm run dev

backend port : http://localhost:3001

Test

cd b
npm run test || npm run test:ui