Skip to content
/ e-shop Public

SpringBoot demo of an e-commerce web application

Notifications You must be signed in to change notification settings

ehizman/e-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e-shop springboot demo project

e-shop is an ecommerce project built with the springboot framework, Java, MySQL and Maven

Features

RestAPI that does the following: Add products to database Find products by id Find all products Delete product

Spring MVC with thymeleaf template engine for viewing product details

Installation

Step 1: Clone repository

Step 2: Install dependencies: cd into the root folder and run the following command: mvn install

Step 3: Setup database: run sql script in the db folder src/main/resources/db/setup-db.sql

Step 4: Run the project

About

SpringBoot demo of an e-commerce web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published