EduQuiz - an application for creating and solving educational quizzes individually or in a group on time.
The project aims to broaden the knowledge and skills acquired at Tomasz Woliński's courses - KierunekJava. EduQuiz is a platform for creating and conducting interactive quizzes. It is an excellent tool for consolidating knowledge individually or in a group.
The following tools are required to start the application:
Before run application you should configurate your database and db server in few step:
- Create database connection with Docker pasting in command line:
docker run --name eduquizdev -e POSTGRES_PASSWORD=password -d -p 5432:5432 eduquizdev
- Connect with server:
Login: postgres
Password: password
| Role | Login | Password |
|---|---|---|
| ADMIN | admin | admin |
| USER | user | user |
The API documentation can be accessed after starting the project at http://localhost:8080/swagger-ui/index.html
Created by StormIT community: