This repository is for the Backendserver
To create a database, please use the following MySQL statement:
CREATE DATABASE db_name CHARACTER SET utf8 COLLATE utf8_unicode_ci;
After that, run this command to create the tables:
$ vendor/bin/doctrine orm:schema-tool:create
To import test data into your database, use this command:
composer run-script generateDummy