This is a blogging backend application. It allows users create blogs, manage their blogs and also read blogs from other users. Users can also comment on other users articles. Blogs are categorized and also have tags.
- Programming Language: Java
- Runtime JDK 11
- Database: MySQL
- API Documentation: Postman and Swagger UI
- SQL Viewer or GUI: Beekeeper Studio or MySQL Workbench
- IDE: IntelliJ, Eclipse or Spring Tool Suite
- Lombok
You should be able to start the example application by executing com.springboot.blog, which starts a webserver on port 8080 (http://localhost:8080)