/DoxBin

a simpler version of the Doxbin with an open source backend made with Python and Flask.

Primary LanguageHTMLMIT LicenseMIT

DoxBin

image

What is this?

a simpler version of the Doxbin with an open source backend made with Python and Flask. the Hall of Loosers (similiar to Hall of Autism in the Original Website) can be easily edited using the ./data/hol.json

full credit for the concept and the frontend goes to the original Doxbin

Setup?

Ubuntu

sudo apt install install git python3 python3-pip -y
git clone "https://github.com/hirusha-adi/DoxBin.git"
cd ./DoxBin
pip3 install -r requirements.txt
python3 app.py

Arch Linux

sudo pacman -Syy python python-pip git --noconfirm
git clone "https://github.com/hirusha-adi/DoxBin.git"
cd ./DoxBin
pip install -r requirements.txt
python app.py

This was created for education purposes ONLY