Skip to content

titomiguelcosta/Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML GRAPH

A Symfony3 project that parses, validates and transverses a graph data structure.

Dependencies

  • Git
  • Composer
  • PostgreSQL
  • PHP 5.5+

Deploy

$ git clone https://github.com/titomiguelcosta/Graph graphistry

Change to project directory: $ mv graphistry

Install dependencies: $ composer install

Edit the PostgreSQL database parameters on app/config/parameters.yml

Update database schema: $ php bin/console doctrine:migrations:migrate

Start web server: $ php bin/console server:run

Visit on your favourite browser http://127.0.0.1:8000

To run the unit tests (PHPUnit): $ php vendor/bin/phpunit

To run the function tests (Behat): $ php vendor/bin/behat

Libraries

References

Some interesting articles that helped me out to implement this project

Links

About

A Symfony3 project that parses, validates and transverses graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published