Installation
You could easily run this project on local environment by using docker-compose. Below is the step to deploy the application:
If you on Linux, you could deploy the application by running the init
bash scripts on deployment folder
Else, you could manually run all service needed for deployment
-
Deploy Certificate Manager Service
-
After cert-manager is up, run the API service
-
After all service is up and running, you could view the API documentation on
localhost:9000
-
Postman collection for testing are available on TBA