reupload
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal 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
|
||||
Reference in New Issue
Block a user