practicing Spring boot
we are going to create a quiz application. we use postgresQl(Dbeaver) for saving our questions. we used these dependencies in our spring project: --- Spring web ---- PostgresSQL driver ---- Spring Data JPA ---- Lombok
As a user we want to access all questions.
As an admin we want to create quiz.