Blogloo is a personal blog spring boot app, allowing CRUD operations of articles, the frontend is using react.
mvn install- go to
web-clientdirectory, runyarn install
- install mysql locally
- install redis locally
- Open the project in intellij, and directly run the
BloglooApplicationclass, the app should start onlocalhost:8080
- please adjust the
spring.datasource.urlandspring.redis.hostinapplication.propertiesto use the docker service url mvn clean installdocker-compose builddocker-compose up