Installation
Installing Humus and dependencies
This guide will help you get started with Humus, from installation to building your first service.
Before you begin, ensure you have:
This section covers:
If you want to jump right in:
# Install Humus
go get github.com/z5labs/humus
# Create a new project
mkdir my-service && cd my-service
go mod init my-service
Then follow the First Service guide to build your first application.
Once you’re comfortable with the basics, explore:
Installing Humus and dependencies
Build a Hello World REST service with Humus
Understanding the YAML configuration system
Recommended project layout patterns