...
- Thunderjet - Onboarding plan
- How to run folio backend modules with IntelliJ Idea and interact with Vagrant box environment
- Vagrantfile (use this file as an example. it includes Kafka port, PostgreSQL port and some extra functionalities which help vagrant works smoothly)
- Postman Collection for Mod-Consortia (it include all basic API request) - Redeploy-mod-consortia.postman_collection.json
Result:
- default port: 8081 for mod-consortia. your requests from postman collection (get list of tenant request) works expected
- kafka properties for environment variables: KAFKA_HOST=localhost;KAFKA_PORT=9092;ENV=FOLIO.
- put kafka variables in your Machine Environment variables:
Create a tenant locally
If everything is working well until this step, Let's move on to creating tenants locally.
...