imageboard written in python(flask)
https://wirechan.lainlounge.xyz
| static/css | ||
| templates | ||
| .gitignore | ||
| app.py | ||
| LICENSE | ||
| README.md | ||
wirechan
imageboard written in python(flask)
overview
wirechan is an anonymous(optional registration) imageboard written in Flask framework using MongoDB as a database. It's designed to be used as a way of communication for various topics without the fear of being recogniszed, if the user wishes to remain unknown.
installation
- Clone the repository:
git clone https://git.lainlounge.xyz/hornet/wirechan
- Create and activate virtual environment:
python3 -m venv venv
- Install the dependencies:
python3 -m pip install -r requirements.txt
- Initialize the MongoDB server:
mongo