24 lines
628 B
Markdown
24 lines
628 B
Markdown
# 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 |