Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 402 Bytes

File metadata and controls

21 lines (16 loc) · 402 Bytes

Spring Mart

A simple E-Commerce Website built using SpringBoot, MVC architecture and jsps :D

How To Run

mvn install
mvn spring-boot:run

using Docker

docker build -t springmart .
docker run -it --rm -p 8686:8686 springmart:latest

DataBase Schema

img.png

WorkFlow

img_1.png