2021 年新版臺大電機系預選網站 (https://course.ntuee.org/)
前端:朱哲廣,
email: b07901016@ntu.edu.tw
後端:
$ docker-compose -f docker-compose_dev.yml up -dCheck whether mongodb and redisdb are running
$ docker ps$ cp .env.defaults .env # Run one time
$ pnpm database reset # Database reset, run whenever you want
$ pnpm installCheckout distribute-server/README.md
$ pnpm dev-server # This will run a develop serverGoto http://localhost:8000 to see the swagger.
$ pnpm startGoto http://localhost:3000 to see the website.
