Application that implements CRUD operations in SQL written in Java.
Project is created with:
- Java
- SQL
-
Create group(s) by running GroupApp in adminApp folder.
-
Create user(s) by running UserApp in adminApp folder.
-
Create exercise(s) by running ExerciseApp in adminApp folder.
-
Create solution(s) for exercise(s) by running SolutionApp in adminApp folder.
-
Run UserApp in userApp folder, providing userId as an argument.