dastin-sandura / quiz

Quiz generator written in Spring + Hibernate. Offers REST API and starter data sets to join the quizzing fun easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quiz

Quiz generator

How to run the app

Navigate to the root of the project and execute mvn spring-boot:run

How to access the app

By default the app will start on localhost:8080 but the port depends on your machine. Observe the startup logs and check the line

INFO 25576 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''

which will tell you the port used.

About

Quiz generator written in Spring + Hibernate. Offers REST API and starter data sets to join the quizzing fun easily.

License:MIT License


Languages

Language:Java 88.4%Language:HTML 10.5%Language:TSQL 1.1%Language:Shell 0.1%