Skip to content

A personal blog, by Spring-boot + MySQL + Redis + React

Notifications You must be signed in to change notification settings

thusimon/blogloo

Repository files navigation

Blogloo

Blogloo is a personal blog spring boot app, allowing CRUD operations of articles, the frontend is using react.

Installation

  • mvn install
  • go to web-client directory, run yarn install

Development

  • install mysql locally
  • install redis locally
  • Open the project in intellij, and directly run the BloglooApplication class, the app should start on localhost:8080

Dockerize

  • please adjust the spring.datasource.url and spring.redis.host in application.properties to use the docker service url
  • mvn clean install
  • docker-compose build
  • docker-compose up

Demo

https://blogloo.utticus.com