- jdk version 17 or later
- docker-compose
- node.js version 14 or later
- npm version 8 or later
# execute sample with default db(=postgres)
sh build_and_run_tutorial.sh
# execute sample with specific db
sh build_and_run_tutorial.sh postgres
sh build_and_run_tutorial.sh mysql- 참고) Tutorial Page 를 Open 할 때 Sample DB 가 초기화 됨. http://localhost:7007
http://localhost:7007/swagger-ui.html
- 참고) 별도 쉘 터미널에서 실행할 것
cd tutorial+test
npm run test
# or
npx jest --verbose