imageboard written in python(flask) https://wirechan.lainlounge.xyz
Find a file
2024-10-11 00:55:09 +05:00
static/css implement login, registration and posting 2024-10-11 00:55:09 +05:00
templates implement login, registration and posting 2024-10-11 00:55:09 +05:00
.gitignore Initial commit 2024-10-10 16:27:43 +00:00
app.py implement login, registration and posting 2024-10-11 00:55:09 +05:00
LICENSE Initial commit 2024-10-10 16:27:43 +00:00
README.md redirecting and rendering board pages 2024-10-11 00:04:02 +05:00

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

  1. Clone the repository:
git clone https://git.lainlounge.xyz/hornet/wirechan
  1. Create and activate virtual environment:
python3 -m venv venv
  1. Install the dependencies:
python3 -m pip install -r requirements.txt
  1. Initialize the MongoDB server:
mongo