Skip to content

StormITpl/EduQuiz

Repository files navigation

EduQuiz

EduQuiz - an application for creating and solving educational quizzes individually or in a group on time.

Table of Contents

General Information

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.

Technologies Used

Development

Test

Prerequisites

The following tools are required to start the application:

Setup

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

Predefined application users

Role Login Password
ADMIN admin admin
USER user user

API Documentation

The API documentation can be accessed after starting the project at http://localhost:8080/swagger-ui/index.html

Authors

Created by StormIT community:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors