Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.19 KB

flamingo-readinglist Build Status

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