Skip to content

arrkiin/flamingo-readinglist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 62.2%
  • CSS 25.2%
  • HTML 12.6%