An open API service indexing awesome lists of open source software.

https://github.com/hellothisisflo/webappspring

Very basic blog engine, to learn the fundamentals of back-end development
https://github.com/hellothisisflo/webappspring

Last synced: about 2 months ago
JSON representation

Very basic blog engine, to learn the fundamentals of back-end development

Awesome Lists containing this project

README

        

# Blog engine - [Florian Kempenich](https://floriankempenich.com)

Very basic blog engine, to learn the fundamentals of back-end development.

The way it works is fairly simple: it parses MD static pages to Html using [pegdown](https://github.com/sirthias/pegdown).
I mostly wanted to try a hands on with Hexagonal architecture on real-life project.

I currently powers by blog: [Florian Kempenich](https://floriankempenich.com)