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

https://github.com/imageboardsnet/leaf

A dead simple blogging software
https://github.com/imageboardsnet/leaf

blogging flask

Last synced: 3 months ago
JSON representation

A dead simple blogging software

Awesome Lists containing this project

README

        

# 🍀 Leaf

A dead simple blogging software.

## Installation instruction

Clone the repo

git clone https://github.com/imageboardsnet/Leaf.git

Run it with Docker

docker compose build
docker compose up -d
*Default port 6060*

Run it locally

pip install -r requirements.txt
python app.py
*Default port 5000*