The application to manage the sypian server and architecture.
Its build using the Laravel framework.
Why sypian? wtf? Yeah, it means "see your projects in a network".
- Laravel
artisan
installed
Load vendor libraries through composer and build the docker image.
cp .env.example .env
php artisan key:generate
php artisan serve
Open your browser on localhost:8000
First start the neo4j server which is needed for the integration tests.
vendor/bin/phpunit
vendor/bin/phpcs
tbd