e-shop is an ecommerce project built with the springboot framework, Java, MySQL and Maven
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
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