This is a project based on the description given in class. The project description states all information necessary for each role on every screen, and we would have to create a relational database to fulfill it.
Admin
: Username: mmoss7, password: password3
Chain Manager
: Username: dschrute18, password: password27
Customer
: Username: jpark29, password: password40
Drone Technician
: Username: ExtraDroneOperator, password: password67
Note: The default login credential is of an Admin
I use JavaFX to design the front end and Java (connected to the MySQL Database by the Connector/J) for the back end. The database connected to this version is the Amazon RDS Free Tier of MySQL Community verison, so all changes and user registration can be seen by everyone else.
Install mysql-connector-java-8.0.23
and javafx-sdk-11.0.2
to compile the code.
- When the application cannot establish a connection to the database vs. when it can
- Registration
- Admin
- Chain Manager
- Entity Relationship Diagram