Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
solo21-12 authored Aug 15, 2024
1 parent 604ea80 commit 5bd61b2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ To get started with the project:
cd task_management_API_gin
```

2. **Build the Project**:
2. **Run the Application**:
```sh
make build
make run
```

3. **Run the Application**:
3. **stop the Application**:
```sh
make run
make stop
```

4. **Run Tests**:
Expand All @@ -138,6 +138,10 @@ To get started with the project:
```sh
make test-coverage
```
6. **logs for the Application**:
```sh
make logs
```

## 🧪 Testing

Expand Down

0 comments on commit 5bd61b2

Please sign in to comment.