dope
Find a file
2024-09-29 06:53:15 -04:00
prisma THUMBNAILING 2024-08-29 06:24:27 -04:00
src perish 2024-09-29 06:53:15 -04:00
static better validator 2024-08-02 09:33:34 -04:00
.dockerignore Docker 2024-03-18 05:48:13 -04:00
.env.example THUMBNAILING 2024-08-29 06:24:27 -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 THUMBNAILING 2024-08-29 06:24:27 -04:00
docker-compose.yml dashboard draft 2024-04-29 08:39:25 -04:00
Dockerfile fix typo 2024-03-24 02:19:47 -04:00
jsconfig.json Create jsconfig.json 2024-04-27 03:03:33 -04:00
LICENSE Add LICENSE 2024-03-16 11:53:27 -04:00
package.json better validator 2024-08-02 09:33:34 -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 set samesite to strict 2024-08-02 10:56:30 -04:00
tailwind.config.js NEW THEMES. looks pretty 2024-04-25 01:54:39 -04:00
thumbor.Dockerfile THUMBNAILING 2024-08-29 06:24:27 -04:00
vite.config.js Initialize project 2024-03-12 05:44:25 -04:00
yarn.lock better validator 2024-08-02 09:33:34 -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