utgwkk / python-flask-bbs

A Python (Flask) implementation of BBS (Bulletin Board System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-flask-bbs

A Python (Flask) implementation of BBS (Bulletin Board System)

Requirements

  • Python 3.4 or later

Usage

$ pipenv run python python main.py

then access http://localhost:8080/

If you want to use a different port number then

$ BBS_PORT=<port_number> pipenv run python main.py

About

A Python (Flask) implementation of BBS (Bulletin Board System)

License:MIT License


Languages

Language:Python 65.8%Language:HTML 34.2%