Skip to content

Jere283/BlogBackend-RestAPI-Springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages