Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.33 KB

README.md

File metadata and controls

65 lines (45 loc) · 2.33 KB

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.