Skip to content

Commit

Permalink
feat: Updates PHP version, refactor models, add event emission and ot…
Browse files Browse the repository at this point in the history
…her adjustments.
  • Loading branch information
gustavofreze committed Mar 6, 2024
1 parent db61558 commit 8c3c87d
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
- [Queries](#queries)
* [Installation](#installation)
- [Repository](#repository)
- [Configuration](#settings)
- [Configuration](#configuration)
- [Tests](#tests)
* [Environment setup](#environment_setup)

<div id="overview"></div>
Expand Down Expand Up @@ -52,9 +53,9 @@ To clone the repository using the command line, run:
git clone https://github.com/gustavofreze/cheap-delivery.git
```

<div id='settings'></div>
<div id='configuration'></div>

### Configuração
### Configuration

To install project dependencies locally, run:

Expand All @@ -68,6 +69,28 @@ To start the application containers, run:
make start
```

<div id='tests'></div>

### Tests

Run only unit tests:

```bash
make test-unit
```

Run only integration tests:

```bash
make test-integration
```

Run all tests:

```bash
make test
```

<div id='environment_setup'></div>

## Environment Setup
Expand Down

0 comments on commit 8c3c87d

Please sign in to comment.