Study Progress Monitor System (SPMS)
All users accessing the SPMS should able to view the following data:
- Register by entering a user name and password
- Securely login by entering a UserId and Password
- List of assessments for a chosen subject
- Grades of assessments for a student
Administrator should be able to access the SPMS to:
- Set grade for a chosen student and subject
- Add a student
Step 1: Open two console (terminal)
Step 2: In first terminal:
type javac -cp . *.java
type java -cp . Server
Step 3: In second terminal
type java -cp . Client