This is the repository for the group project of CSYE 6200 - Jones, Yu.
username - admin
password - 123
username - seller0
password - 123
username - example
password - 123
Step 1: Setup JavaFX
Step 2: Download the following
- mongodb-driver-core-4.11.1 - https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-core/4.11.1
- mongodb-driver-sync-4.11.1 - https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-sync/4.11.1
- bson-4.11.1 - https://mvnrepository.com/artifact/org.mongodb/bson/4.11.1
- json-simple-1.1.1 - https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple/1.1.1
Step 4: Project -> Properties -> Java Build Path -> Libraries -> Modulepath -> Add above 4 as External JARs
Step 5: Project -> Run As -> Run Configurations -> Dependencies -> Classpath Entries -> Add above 4 as External JARs again
Step 6: Project -> Properties -> Java Build Path -> Order and Export -> Select Gizmo/Images along with Gizmo/src
Step 7: Run