Basic Quiz application made using SpringBoot MVC framework with CRUD operations
Refer to the document PES1UG20CS044_MVC.pdf for the final report with output screenshots.
Create data items:
Read newly created items :
Update item:
After Modifying:
Deleting an item:
Database (made using mySQL)
To run this Application :
1.Clone this repository
2.Go to location:
Quiz-Web-Applicaion/demo/src/main/java/com/example/SpringBootWebApplication/SpringBootThymeleafWebApplication.java
3.If you are using IDE click on "Run Java"
If not, go to the location where pom.xml is present and open command prompt then, on command prompt execute command : mvn spring-boot:run