This is a small flask application which implements a visual browser of the CKN network.
vis.js is used for visualization and selectize.js is used for the search interface along with jquery, verge and Bootstrap.
Please note that the backend and the search interface are only provisional as the code is intended to be integrated into a larger web application.
- docker
- docker-compose
The following command
$ docker-compose up --build
will build the images and run the container. The application is now available for testing at http://localhost:5000.
MIT