Skip to content

Latest commit

 

History

History
60 lines (24 loc) · 1.72 KB

README.md

File metadata and controls

60 lines (24 loc) · 1.72 KB

Quiz-Web-Applicaion

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.

image

Create data items:

image

Read newly created items :

image

Update item:

image

image

After Modifying:

image

Deleting an item:

image

image

Database (made using mySQL)

image

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