Build Status Codacy Badge StyleCI

Requirements

Docker client

Docker for MAC

Docker for Linux

Docker for windows

Installation

I recommend not running the seeder CryptocurrenciesHistorical for the hours it can take to insert millions of records. Execute it preferably using:

./dcp art db:seed --class="Modules\\Cryptocurrency\\Database\\Seeders\\CryptocurrenciesHistoricalTableSeeder"

Start docker and execute this commands on the project root:

cp .env.example .env

./dcp build

./dcp up

./dcp composer install --no-autoloader

./dcp composer update

./dcp mysql

CREATE SCHEMA IF NOT EXISTS creativehothouse
DEFAULT CHARACTER SET utf8mb4 
DEFAULT COLLATE utf8mb4_unicode_ci;
exit

./dcp artisan project:install

Tests

To execute the tests use the command:

./dcp t

Documentation links

When the project is installed you can access to project documentation from these links.

Sphinx

Sami

Api