In this project when people want to open a blog, it is intended to be used only by preparing an interface for this service.
Spring Boot, Postgresql, JPA and Hiberenate, Swagger
- Clone the project
git clone https://github.com/yasinaysann/blog-api.git
- Create Postgresql Database
create database blog-api
- Open
src/main/resources/application.properties
- Change
spring.datasource.username
andspring.datasource.password
as per your mysql installation
Run project a use maven
mvn spring-boot:run
Start running http://localhost:8080
- Accessing Swagger API Documentation
http://localhost:8080/swagger-ui.html