Skip to content

Latest commit

 

History

History
99 lines (65 loc) · 3.97 KB

README.md

File metadata and controls

99 lines (65 loc) · 3.97 KB

SonarQube Cloud

Quality Gate Status Reliability Rating Security Rating Maintainability Rating

Vulnerabilities Bugs Technical Debt Code Smells

Coverage Duplicated Lines (%) Lines of Code


Hyperf com Rapadura

🍿 Overview

This is a simple example of a project using the Hyperf framework.

🚀 Getting Started

Prerequisites

  • Docker 25+
  • Docker Compose 2.23+
  • Git 2.39+
  • GNU Make 3+

Installation

Clone the repository

git clone [email protected]:PHPcomRapadura/hyperf-com-rapadura.git

Execute the following command to setup the application

make setup

The application will be available at http://localhost:9501

About docker-compose / docker compose

Configure the environment variables in the your system if you want to use the docker compose or other command.

export COMPOSE_RUNNER="docker compose"

🛠️ Running the CI/CD pipeline

Execute the following command to run the CI/CD pipeline (this is not running SonarQube)

make ci

To run the tests, execute the following command

make test

Or just

make test:unit

Or

make test:integration

✨ References

👋 Related projects


Quality gate