# README
diagramastext core
backend logic
The codebase orchestrates transformations of the user's inquiry.
Local Development
Requirements
- go 1.19
- gnuMake
- docker
Commands
Run to see available commands:
make help
Run to perform unittests of all modules:
make tests
Run to build the docker image with the http server app:
make docker-build
References
- zopfi: The library used to compress and encode the C4 Diagram definition as code as the string request content to generate diagram using PlantUML server.
- The encoding logic
Acknowledgements
- William MacKay for the go-zopfli module
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author