An application for reviewing statuses of GreenCubes web-services: Site, Forum, API, Support System, Game server.
Powered by Yii2.
- For buyers
- Selecting store
- Search for items
- For sellers
- Available information
- Simple controls
- Common
- General information
- Compare prices
- Information about the economy
##Installation
- Clone repo and move to directory
git clone https://github.com/astappev/GCTrade && cd GCTrade
- Install Composer
curl -sS https://getcomposer.org/installer | php
php composer.phar global require "fxp/composer-asset-plugin:1.0.0"
- Install dependency
php composer.phar update --prefer-dist
- Configure app
- Inmort DB from
create_table.sql
- Config Apache or Nginx host to
web/
###Todo's
- Add Library module
- Translate
- Refactor code
- Write Tests
- see more
MIT