Development Setup
Steps to quickly setup dev environment
Refer to pre-requisite for basic tools needed for a dev environment
Co-Auth heavily uses Quarkus devservices ♥ for development simplicity. The postgres database (not shared), Infinispan in-memory database and Kafka are created and shared with each other using test containers. Also, tables structures and dummy application are auto created with hibernate settings.
Co-Auth Core
API Gateway (Port 8080)
Auth Guard (Port 8081)
Module Registry (Port 8082)
Module TOTP (Port 8083
Module Reconfirm (Port 8085)
Web Plugin (Port 3000)
Example Quarkus VueJS (Quarkus on Port 8084 and Vuejs on Port 3001)
Management UI (Port 8080)
Last updated