Skip to content

zagola/quiz_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUIZ v1

Simple quiz which is based on database. Questions and correct answers are stored in database. JS script manages the flow of the quiz.

Database

Build and run docker with a database instance

$ docker build -t quiz database
$ docker run -p 3306:3306 -d quiz 

Development

Run development instance

$ mvn spring-boot:run

Preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published