项目作者: bbarryyim

项目描述 :
Blogging Application on Spring Boot, JPA, Thymeleaf and h2 Database
高级语言: Java
项目地址: git://github.com/bbarryyim/SimpleBlogDemo.git
创建时间: 2019-12-07T19:35:54Z
项目社区:https://github.com/bbarryyim/SimpleBlogDemo

开源协议:

下载


SimpleBlogDemo

This is a Simple Blogging Application using Spring Boot, JPA, H2 in memory Database and Thymeleaf.

The blogging application allows user to write new posts. All blog posts are displayed on the home page. Each blog post allows for comments.

To deploy locally

1) Git Clone this repo
2) Make sure your system has Java, Docker, and Maven installed
3) Run the dockerRun.sh script
4) Direct yourself to the Home Page : localhost:8080/home

Image description

View demo on AWS Instance

http://ec2-3-135-204-149.us-east-2.compute.amazonaws.com:8080/home
(Disabled)