Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 579 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 579 Bytes

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