Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Oct 27, 2024
1 parent c2a4195 commit 6c3cb2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ API application template for Yii 3.

## Local installation

If you do not have [Composer](https://getcomposer.org/), you may install it by following the instructions
at [getcomposer.org](https://getcomposer.org/doc/00-intro.md).

Create a project:

```shell
Expand All @@ -34,7 +37,9 @@ To run the app:
./yii serve
```

The application is available at `https://127.0.0.1:8080`.
Now you should be able to access the application through the URL printed to console.
Usually it is `https://127.0.0.1:8080`.

Authorization is performed via the `X-Api-Key` header.

## Installation with Docker
Expand Down

0 comments on commit 6c3cb2c

Please sign in to comment.