This project supports a development mode with automatic reload on code changes using air.
To start the application in development mode with live reload and debug logging:
LOG_LEVEL=DEBUG air
This will watch for file changes and automatically restart the app. You can edit code and see changes reflected immediately.
# Install air if you haven't already
go install github.com/air-verse/air@latest
# Run in dev mode with debug logs
LOG_LEVEL=DEBUG air