- Java 17+
- MySQL 8.0+
- Maven
- Clone the repository:
git clone /~https://github.com/your-username/quiz-app.git
- Import the Database:
mysql -u root -p < questiondb.sql
- Run the application:
mvn spring-boot:run
- Test the Application using Postman or similar tools