University Secretary

University Secretary is a small app developed in java where users can register and login with their email and password. After done login with an OTP code sent on their email, the user can create an appointment with the University.

Features

  • Register inside the university with user information and automatic Italian Tax Code generator
  • Login with multifactor authentication (OTP code)
  • Create appointment with the university
  • Send email after an appointment, or new login, have been made by the user

Tech

University Secretary uses Java to build and work properly:

  • Java - Object-Oriented programming language

Installation

My Skills

University Secretary requires Java to run.

Install the Java SDK and Java Libraries (Under libraries folder) and build the program.

  • json-simple used for reading and writing on different JSON files used for storing user information or OTP codes for verification.
  • javax_mail used for send registration, login and OTP mail.