flamingo-readinglist
A simple Flamingo application as showcase.
Building the app
go build -o readinglist .
Development setup
A docker-compose setup for development can be found in devenv directory.
This contains:
Simply run docker-compose up
from within devenv.
Then start the app via CONTEXT=dev go run main.go serve
The config in config/config_dev.cue
matches the docker-compose setup.
The app will be under http://localhost:3322/
The metrics endpoint will be under http://localhost:13210/metrics
PHP Service
The source code of the PHP service that parses the golang blog can be founde here: https://github.com/carstendietrich/php-golang-blog-parser