An open API service indexing awesome lists of open source software.

https://github.com/yiisolutions/yii2-pie-store

Yii2 example app
https://github.com/yiisolutions/yii2-pie-store

Last synced: 7 months ago
JSON representation

Yii2 example app

Awesome Lists containing this project

README

          

# yii2-pie-store
Yii2 example app
## Install
Follow this instructions

1. Create and edit `docker/.env` file. Example contains in `docker/.env.dist`.
2. Build docker containers

```sh
cd docker
docker-compose build
```

3. Up docker containers

```sh
docker-compose up -d
```
4. Open http://localhost:${NGINX_EXTERNAL_PORT}