This is the capstone project of UNSW Master of IT program. This project is a web application of an online property auction. For project demo, please click to AlphaGo Auction This demo is deployed on AWS.
Team members:
- Wanchao Huang (Scrum Master and Front End)
- Raymond Lu (Front End)
- Ziqi Liang (Front End)
- Xue Tao (Back End)
- Xiaohan Zhu (Back End)
- change directory to frontend
- run npm install, or if your npm version is old, you can go to the link in the node_modules_link.txt to download modules.
- run npm run serve, this should direct you to localhost:8080/
- download the propertysale-0.0.1-SNAPSHOT.jar file from the latest release named AlphaGo Auction Backend on the right column of the repository page.
- run java -jar propertysale-0.0.1-SNAPSHOT