Backend RESTful API for managing blog post data to be consumed by clients, like website-frontend. Built with Java and Spring Boot.
Please review the local development environment steps before getting started:
- In your IDE, Import this project as a Maven Project
- To test everything works run
./mvnw spring-boot:run - Then make the following request to get the results:
curl http://localhost:8080/healthcheck
For more information, visit Posts API