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

https://github.com/imageboardsnet/lotus

Imageboards.net Website.
https://github.com/imageboardsnet/lotus

flask imageboards jinja2

Last synced: 2 months ago
JSON representation

Imageboards.net Website.

Awesome Lists containing this project

README

        

# 🌸 Lotus
imageboards.net website built with Flask and Fomantic UI.
Built JS free and with client speed in mind.

## Installation instruction

Pull the repo

git pull https://github.com/imageboardsnet/Lotus.git

Run it with Docker

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

Run it locally

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