Blogloo is a personal blog spring boot app, allowing CRUD operations of articles, the frontend is using react.
mvn install
- go to
web-client
directory, runyarn install
- install mysql locally
- install redis locally
- Open the project in intellij, and directly run the
BloglooApplication
class, the app should start onlocalhost:8080
- please adjust the
spring.datasource.url
andspring.redis.host
inapplication.properties
to use the docker service url mvn clean install
docker-compose build
docker-compose up