Health Assessment Spring Application

Prerequisite

  • Java JDK 8
  • Maven 3

Project dependencies

  • Spring MVC
  • JSP
  • JSTL
  • Bootstrap 4
  • Jetty 6.1

Steps to install and run

  1. Import dependency and build the project
    mvn clean install
    
  2. Go to the assessment folder and start the jetty server
    cd assessment
    mvn jetty:run    
    
  3. Then go to this link http://localhost:8080/assessment/

Project Structure

alt text

Sample Screenshot

Form page
alt text
Result page alt text