This is the repo for the exercise project to be developed in Shanghai team's Modern Web Development course
Please install the following tools for this project. The latest version should be fine unless specific version is listed.
- git
- jdk 1.8
- gradle
- mysql
- intellij idea community edition with the following plug-in installed
- lombok plug-in
- Firefox
Use git to clone this project into a folder. Then in this folder, run the command below in order.
- Setup Database
mysql -u root < db_migrations/initialize_users_and_roles.sql
- Run Tests
gradle check cucumber
- Start Web Application
gradle bootRunByPort -Pport=8090