file-uploader/README.md

16 lines
736 B
Markdown
Raw Normal View History

2024-03-16 11:24:03 +00:00
# file-uploader
2024-03-12 09:44:25 +00:00
2024-03-16 16:09:28 +00:00
![Built with HATE](https://img.shields.io/badge/built_with-hate-ff0000?style=for-the-badge&logo=onlyfans)
2024-03-16 11:24:03 +00:00
[![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)
2024-03-12 09:44:25 +00:00
2024-03-16 11:24:03 +00:00
A file uploading website.
2024-03-18 16:54:47 +00:00
## Developing
You can start a development SQL server with Docker:
```sh
sudo docker run -e MYSQL_ROOT_PASSWORD=development -e MYSQL_DATABASE=fileuploader -d mysql:latest
```