Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.47 KB

File metadata and controls

36 lines (22 loc) · 1.47 KB

BlogBackend-Microservices-Springboot

This repository contains the backend code for a blog application developed using microservices architecture with Spring Boot.

Features

Microservices Architecture: The application is designed using a microservices architecture, making it highly scalable and maintainable. Spring Boot: The application is built using Spring Boot, which simplifies the bootstrapping and development of new Spring applications. Swagger Documentation: The application includes Swagger documentation, which provides a user-friendly interface to visualize and interact with the API’s resources. MySQL Database: It uses a MySQL database with different relations between the tables.

Getting Started To get started with the project, follow these steps:

Clone the repository:

git clone https://github.com/Jere283/BlogBackend-Microservices-Springboot

Connect your database in the application properties file

image

Navigate to the project directory: cd BlogBackend-Microservices-Springboot

Run the application: ./mvnw spring-boot:run

Accessing Swagger UI

Once the application is running, you can access the Swagger UI at:

http://localhost:8080/swagger-ui.html

Here, you can view the API endpoints and their corresponding request/response

image