Skip to content

A collection of Spring Boot projects showcasing backend development concepts including web controllers, Thymeleaf templating, JPA data handling, and RESTful API endpoints created during Full Stack studies at Haaga-Helia UAS.

Notifications You must be signed in to change notification settings

emaDBytes/backEndSandBox

Repository files navigation

Backend Development Sandbox

A collection of Spring Boot projects created while studying Full Stack Software Development at Haaga-Helia UAS.

Project Overview

This repository contains various Spring Boot applications demonstrating different aspects of backend development:

Basic Concepts

  • HelloTest: Simple Spring Boot web application with basic controllers and routing

Templating

  • HelloList: Student listing using Thymeleaf templating
  • HelloThymeleaf: Thymeleaf example with conditional rendering

Data & REST

  • StudentList: Student management with JPA and H2 database
  • StudentListRest: Student management with RESTful API endpoints

Full Applications

  • BookStore: Book management application (in development)

Technologies

  • Java
  • Spring Boot
  • Spring MVC
  • Spring Data JPA
  • Thymeleaf
  • H2 Database
  • RESTful APIs

How to Use

Each project can be run independently. Navigate to the project directory and use:

mvn spring-boot:run

See individual project README files for specific instructions.

About

A collection of Spring Boot projects showcasing backend development concepts including web controllers, Thymeleaf templating, JPA data handling, and RESTful API endpoints created during Full Stack studies at Haaga-Helia UAS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published