This commit is contained in:
Jake Paul
2025-11-23 00:01:12 -06:00
commit 1c45c7f7cd
16 changed files with 452 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# buddyboard
An imageboard for friends written in Flask. Uses a flatfile (json) database, and strongly encourages hotlinking of images.
# Caveats
- No admin panel/way to delete posts autonomously (yet)
- jQuery functions are partially wonky
- No one's going to use this crap
- Written in Flask
- *Novice* Flask, may I add
# How to install
*Don't!*
- `pip install -r requirements.txt`
- `py -u ./main.py` or deployable equivalent
- *Again, never deploy this code!*
# How to contribute
*Don't!*
# Credits
- Stack Overflow
- AI for tips on how to refactor the stupid ass reply route
- Early testers who Shall Not Be Named