Skip to content

rikotsev/markdown-blog

Repository files navigation

Markdown Blog

A simple blog platform based on markdown files.

Project Structure

* 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