Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 738 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 738 Bytes

Basic Webshop

Basic Webshop This project served as an exercise in developing a simple online store using HTML, CSS, Thymeleaf, and Spring Boot endpoints.

Overview

The Basic Webshop is a super minimalistic web application designed to practice and demonstrate the integration of front-end and back-end technologies. It covers the basics of web development.

Features

  • Home Page: Introduction to the webshop.
  • Product Listing: Display of available products.

Technologies Used

  • HTML: For structuring the web pages.
  • CSS: For styling the web pages.
  • Thymeleaf: For dynamic content rendering on the server side.
  • Spring Boot: For creating RESTful endpoints and handling the application logic.