Initializing project:
- Make sure your Neo4j database is on.
- Enter "backend" directory and type "yarn start".
- In new terminal enter "frontend" directory and type "yarn start".
If you want to use admin mode you should add appropriate node to your Neo4j database with labels: "User" and "AdminUser" and following properties:
{ isAdmin: true, login: admin, password: adminpassword }
To use admin-reserved features you should log in with the following:
login: admin password: adminpassword