Repository for the PCaPAC Tutorial session - OpenAPI
Install docker(compose) and run(neo4j database + openapi server):
If you are in the root project folder go to the code folder first, please. cd code
docker-compose up -d --build
To create data in DB use API endpoint /database/deleteAndInitNewData. For example from the docs: API docs
tutorial-api: localhost:3700
neo4j: localhost:7474
(aditional service - run docker-compose-tools.yml)
swagger-editor: localhost:3777
grafana: localhost:3788 (on Linux run: sudo chown 472 $HOME/grafana-tutorial/data
)