dope
Find a file
2024-04-25 20:30:01 -04:00
prisma user/sessions/hatchets/whatnot 2024-04-02 00:08:49 -04:00
src disabled style for buttons 2024-04-25 20:30:01 -04:00
static somewhat sane error pages? 2024-03-16 10:27:40 -04:00
.dockerignore Docker 2024-03-18 05:48:13 -04:00
.env.example organize, login now works, dashboard always has user info 2024-04-23 08:48:40 -04:00
.gitignore Initialize project 2024-03-12 05:44:25 -04:00
.npmrc Initialize project 2024-03-12 05:44:25 -04:00
.prettierignore Initialize project 2024-03-12 05:44:25 -04:00
.prettierrc Initialize project 2024-03-12 05:44:25 -04:00
docker-compose.dev.yml fuc 2024-04-01 00:55:54 -04:00
Dockerfile fix typo 2024-03-24 02:19:47 -04:00
LICENSE Add LICENSE 2024-03-16 11:53:27 -04:00
package.json NEW THEMES. looks pretty 2024-04-25 01:54:39 -04:00
postcss.config.js Initialize project 2024-03-12 05:44:25 -04:00
README.md dop 2024-03-24 01:21:41 -04:00
svelte.config.js somewhat sane error pages? 2024-03-16 10:27:40 -04:00
tailwind.config.js NEW THEMES. looks pretty 2024-04-25 01:54:39 -04:00
vite.config.js Initialize project 2024-03-12 05:44:25 -04:00
yarn.lock NEW THEMES. looks pretty 2024-04-25 01:54:39 -04:00

file-uploader

Built with HATE

forthebadge forthebadge forthebadge forthebadge

A file uploading website.

Developing

You can start a development SQL server with Docker:

sudo docker run -e MYSQL_ROOT_PASSWORD=development -e MYSQL_DATABASE=default -d mysql:latest