Skip to content

NotWes/Growconomy

Repository files navigation


About Growconomy

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

Requirements

Instalation

  1. Clone the Repository:

    $ git clone https://github.com/NotWes/Growconomy.git
  2. Install dependencies with composer:

    $ composer install
  3. Copy .env.example to .env in the root folder:

    $ cp .env.example .env
  4. Generate the application key:

    $ php artisan key:generate
  5. Enter you database credentials in .env

  6. Run database migrations:

    $ php artisan migrate