Growconomy is an online price checker for Growtopia. Our goal is to supply you with the most accurate prices. You can help us with that!
A live site of this repository can be found here: Live Test Site
- PHP 7.1+
- MySQL Server
- Composer
- Apache 2.4 or latest Nginx version
-
Clone the Repository:
$ git clone https://github.com/NotWes/Growconomy.git
-
Install dependencies with composer:
$ composer install
-
Copy
.env.example
to.env
in the root folder:$ cp .env.example .env
-
Generate the application key:
$ php artisan key:generate
-
Enter you database credentials in
.env
-
Run database migrations:
$ php artisan migrate