Skip to content

IF11I/backend

Repository files navigation

IF 11i - Backendserver

This repository is for the Backendserver

Creating The Database

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

Importing Test Data

To import test data into your database, use this command:

composer run-script generateDummy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages