Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 557 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 557 Bytes

BlogBackendSpringBoot

This is a backend application using Spring Boot to build a simple blog. The application provides a RESTful API for managing blog posts and users.

Installation

To use this application, you need to install Java 17 or higher and Maven. Then, you can run the application using the following command:

mvn spring-boot:run

The application will run on the default port 8080.

Contributing

If you want to contribute to this project, please create a pull request on GitHub. We always welcome contributions from the community.