Skip to content
/ manager Public

The application to manage the sypian server and architecture.

License

Notifications You must be signed in to change notification settings

sypian/manager

Repository files navigation

sypian manager

The application to manage the sypian server and architecture.

Its build using the Laravel framework.

Why that naming?

Why sypian? wtf? Yeah, it means "see your projects in a network".

Development

Requirements

  • Laravel artisan installed

Setup development environment

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

Run tests

First start the neo4j server which is needed for the integration tests.

vendor/bin/phpunit

Run the linter

vendor/bin/phpcs

Deployment

tbd

About

The application to manage the sypian server and architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages