This application allows students whose credentials are stored in the sms database (sms.student), to register for courses located in the sms.course table, view their courses, and view all courses. The application only accepts valid student credentials.
- Java 17
- MariaDB
- Heidi SQL
- Hibernate 6.1.2
- Maven
- Run
CreateTables.java(com.brown.sms.controller) in your IDE. - Run the attached SQL scripts (
insertIntoStudent.sqlandinsertIntoCourse.sql) in your Heidi SQL. - Run
SMSRunner.java(jpa.mainrunner).- Enter 1 to log in as a student, 2 to quit the program.
- Enter a valid email and password when prompted (valid log in information comes from the SQL sms.student table).
- Proceed to 1. Register or 2. Logout.