An OOP project for 2122I_INT2204_1. Full project here
- Thịnh Trần
- Nguyên Nguyễn
- K65 CC
- UET VNU
- Install JDK16 here (this video might help. Or this)
- Download VScode and install Extension Pack for Java here (video)
- Download MySQL Installer here to setup MySQL Server and Workbench (this video might help)
- Download Git here (video)
- Clone this project to your computer or download the zip file and open it in VScode (video)
- Open MySQL Workbench and run the SQL script in resources/sql to import database (follow this video from 4:08 to 6:00)
- Please change the password variable in src/database/Database.java to the MySQL root password that you choose when setting up MySQL Installer to be able to connect to edict database
- If you encounter any error when running this application, please reopen VScode and run it again.