file-uploader/README.md
2024-03-24 01:21:41 -04:00

15 lines
731 B
Markdown

# file-uploader
![Built with HATE](https://img.shields.io/badge/built_with-hate-ff0000?style=for-the-badge&logo=onlyfans)
[![forthebadge](https://forthebadge.com/images/badges/license-mit.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/designed-in-ms-paint.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/gluten-free.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/powered-by-black-magic.svg)](https://forthebadge.com)
A file uploading website.
## Developing
You can start a development SQL server with Docker:
```sh
sudo docker run -e MYSQL_ROOT_PASSWORD=development -e MYSQL_DATABASE=default -d mysql:latest
```