Clone the repository
git clone https://github.com/dossier-hash/delaboard.git Setup the database in the src folder from the python cmd and then run
from app import db
db.create_all()
exit()Then,
python3 app.py - Board styling
- Add comments
- Captcha
Clone the repository
git clone https://github.com/dossier-hash/delaboard.git Setup the database in the src folder from the python cmd and then run
from app import db
db.create_all()
exit()Then,
python3 app.py