Skip to content

WimWidgets/code-challenge

Repository files navigation

Code Challenge

Installation

Vendor packages

composer install

Database

Update the settings in your .env file.

DATABASE_URL=mysql://{user}:{pass}@{host}:{port}/{name}

Create your database and all the tables.

php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate

Import

Run the data import with the following command:

php bin/console challenge:data-import {file}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published