cd api
cp .env.example .env
Update .env file
cd api
composer install
cp client/.htaccess vendor/
CREATE DATABASE `wfo_cal` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;
Create user and grant access to new DB.
.\vendor\bin\doctrine-migrations.bat migrate
./vendor/bin/doctrine-migrations migrate