Prerequisites
To use all the tools provided by the Colibri Project, you will need the following components installed in your environment:
- Go 1.24+: Base programming language of the framework.
- Docker: Essential for running dependencies (database, cache, etc.) in containers.
- Make (optional): Useful for automating tasks via a
Makefile. - IDE of your choice: We recommend GoLand or VS Code with the Go extension.