The idea of the application is to manage shared knowledge graphs, for example a family tree. Each node of the tree corresponds to a profile (an entity that belongs to the tree), that can be created by users of the system. Trees can be shared. For example, there is a son and a father, each has an account (a username). They share a tree. They can create profiles (e.g. mother/wife), and assign to a node in the tree.
This application is in beta, and currently under development.
This works on Laravel + React.
sudo apt-get install php-sqlite3 # This is for phpunit
Create .env
- add oauth private and public keys
Add laravel app key by php artisan key:generate
Config file for frontend is located in js/config.js
npm test