Skip to content

A simple blog to practice Spring Boot, ThymeLeaf, Java, Maven, and JUnit.

License

Notifications You must be signed in to change notification settings

fatmakahveci/SpringBoot-BlogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven License Java Spring JUnit maven

Java Spring Thymeleaf Apache Maven Docker GitHub Actions Bootstrap Visual Studio Code Markdown

A Simple Blog (Spring Boot)

A simple blog to practice Spring Boot, ThymeLeaf, Java, Maven, and JUnit.

Demo

demo.gif

Requirements

Installation

git clone https://github.com/fatmakahveci/SpringBoot-WebProject.git
cd SpringBoot-WebProject
mvn clean spring-boot:run
  • View the index page at http://localhost:8080/

Test

mvn clean test

Running with Docker

  • Pull the image from docker hub
docker pull fatmakhv/springboot:latest
  • Run the container
docker run -p 8080:8080 fatmakhv/springboot
  • View the index page at http://localhost:8080/

Its source code is available with the Apache license and contributions are welcome.