Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 891 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 891 Bytes

Microservices

This project contains a collection of microservices designed to work together and provide complete functionality.

Requirements

  • Java
  • Spring Boot
  • MySQL

Installation

  1. Clone the repository:
    git clone https://github.com/jorneycr/spring-boot-microservices
  2. Navigate to the project directory:
    cd microservices

Usage

Each microservice exposes a series of RESTful endpoints. Refer to the specific documentation of each service for more details.

Contribution

  1. Fork the project.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push your changes (git push origin feature/new-feature).
  5. Open a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.