A simple blog platform based on markdown files.
* root
|
* README.md - this readme file
|
* docker - contains a docker-compose.yml for local development
|
* be - contains a golang application that servers as a backend
|
* fe - contains a react application that servers as a frontend
|
* openapi - contains an NPM project that describes the API (contract) between the two above