jtf-lib integration
Fixes Fixes for #605 (closed)
Description Integrated jtf-lib as a container.
Type of PR This PR is a feature.
Tests
- git submodule init
- git submodule update or git submodule update --init --recursive
- mark true for jtf-lib in config.json.dist file and run the docker container
and the app should run on http://localhost:3003/
Checklist:
-
My pull request has a descriptive title (not a vague title like "Update index.md"). -
My pull request targets the phoenix/developbranch of the repository. -
My commit messages follow best practices. -
My code follows the established code style of the repository. -
I added tests for the changes I made (if applicable). -
I added or updated documentation (if applicable). -
I tried running the project locally and verified that there are no visible errors.