Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Mactronique/cua_webinterface

Repository files navigation

cua_webinterface

The Web Interface for CUA

Install

Configure the DATABASE_URL variable in your .env.local at the project root.

Run theirs commands:

$ composer install
$ bin/console doctrine:migration:migrate

Run localy with Symfony client

Run:

$ symfony serve