A simple Spring Boot application for hosting quizzes. Users can answer questions, and the application provides feedback on correctness.
- View quiz questions.
- Provide answers.
- Get feedback on answers.
- Java
- Spring Boot
- Spring Data JPA
- H2 Database
- Maven
- HTML/CSS
-
Clone the repository:
git clone https://github.com/your-username/quiz-application.git
-
Navigate to the project directory:
cd quiz-application
-
Build the project:
mvn clean package
-
Run the application:
java -jar target/quiz-application-0.0.1-SNAPSHOT.jar
- Access the application in your web browser at http://localhost:8080.
- Answer quiz questions.
- Submit answers to receive feedback.
Contributions are welcome! Fork the repository, make changes, and submit pull requests.