This is a blog app. It allows users signup, create posts, make comments, update images and more.
You can also edit database configuration in src/main/resources/application.properties on your own.
git clone https://github.com/tegaistega/blog-api.git cd blog-api mvn spring-boot:run Server can be accessed on http://localhost:8080.