Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Shirts Store

A Spring MVC web application for an online shirts and apparel store. Features a landing page with a Bootstrap image carousel, login and sign-up forms with fields for name, email, mobile, password, city, state, birthday, and gender. Includes shared header/footer JSP fragments, an About Us page, and a Contact Us page.

Tech Stack

  • Java 8
  • Spring MVC 4.3.2
  • JSP with Bootstrap 3 (CDN)
  • Maven (WAR packaging)
  • Servlet API 3.1

Project Structure

├── pom.xml
├── src/main/java/
│   └── com/shirts/
│       └── Shirts.java                # Controller - routes "/" to Login view
└── src/main/webapp/
    ├── index.jsp                      # Home page with product images
    ├── Login.jsp                      # Login form with carousel
    ├── SignUp.jsp                     # User registration form
    ├── AboutUs.jsp                    # About Us page
    ├── ContactUs.jsp                  # Contact Us page
    ├── Common-Header.jsp              # Shared navbar header
    ├── Common-Footer.jsp              # Shared footer
    └── WEB-INF/
        ├── web.xml                    # Deployment descriptor
        └── dispatcher-servlet.xml     # Spring DispatcherServlet config

Build & Deploy

mvn clean package

Deploy the generated target/Shirts.war to a servlet container such as Apache Tomcat 8+.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages