file-uploader-crystal/README.md

10 lines
313 B
Markdown
Raw Normal View History

2024-07-31 18:25:30 -04:00
# file-uploader
Simple file uploader made on Crystal.
I'm making this to replace my current File uploader hosted on https://ayaya.beauty which uses https://github.com/nokonoko/uguu
2024-08-01 03:08:30 -04:00
## TODO
- ~~Add file size limit~~ ADDED
- Fix error when accessing `http://127.0.0.1:8080` with an empty DB.
- Better frontend...