This is a web application with CI supported by github action and automated pytest-playwright testing.
To test it in local envrionment, install the dependencies specified in test.yml.
Note: You can install and run MySQL DB server through Docker.
- 安裝nodeJS,版本要求:14.21.3 → 一定要這個版本,可以用nvm切換NodeJS版本
- 前後端需要分別開一個terminal
**Terminal**
npm install
npm run start
**Terminal**
npm install
npm run serve