Skip to content

shihabcsedu09/sprint-boot-sample-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

News Test Project

This is a sample Spring Boot application used to demonstrate a basic news management system. It exposes REST endpoints for creating, updating and retrieving news entries and provides a simple web interface built with Thymeleaf and Bootstrap.

Tech stack

  • Spring Boot
  • Hibernate (JPA)
  • Maven
  • Thymeleaf
  • Bootstrap, jQuery and toastr for the UI

Requirements

  • Java 8 or later
  • Maven
  • Git

Running the application

Clone this repository and run the application using Maven:

git clone <repository-url>
cd sprint-boot-sample-project
mvn spring-boot:run

The application will start on http://localhost:8080.

Running tests

Execute the unit and integration tests with:

mvn test

Improvements

  • Additional unit/integration tests
  • More granular exception handling
  • UI enhancements

About

A simple news manager created with spring boot

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors