2021 年新版臺大電機系預選網站 (https://course.ntuee.org/)
前端:朱哲廣,
email: b07901016@ntu.edu.tw
後端:
$ docker-compose -f docker-compose_dev.yml up -d
Check 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 install
Checkout distribute-server/README.md
$ pnpm dev-server # This will run a develop server
Goto http://localhost:8000
to see the swagger.
$ pnpm start
Goto http://localhost:3000
to see the website.