https://github.com/aminoxix/fmgr
๐ folder or file manager
https://github.com/aminoxix/fmgr
file-manager file-upload folder-management
Last synced: 3 months ago
JSON representation
๐ folder or file manager
- Host: GitHub
- URL: https://github.com/aminoxix/fmgr
- Owner: aminoxix
- License: mit
- Created: 2024-07-29T14:55:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T11:18:48.000Z (9 months ago)
- Last Synced: 2025-01-09T13:11:55.267Z (5 months ago)
- Topics: file-manager, file-upload, folder-management
- Language: TypeScript
- Homepage: https://fmgr.vercel.app
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fMgr
### file/folder manager
this is a [document management system](https://fmgr.vercel.app) system that allows users to create folders, upload & download files.
## โ๏ธ stack played well
[](https://nextjs.org) [](https://next-auth.js.org) [](https://orm.drizzle.team) [](https://tailwindcss.com) [ ](https://trpc.io)
## ๐ building
- `pnpm i` โ installs all dependencies.
- `pnpm run dev` โ starts the development server and Next.js at the same time.
- `pnpm run build` โ deletes existing build files & freshly bundles JavaScript code.
- `pnpm run db:generate` - generates migrations based on you Drizzle schema.
- `pnpm run db:push` - push schema changes directly to the database and omit managing SQL migration files.
## ๐ฐ license
> the **fMgr** project is released under the [MIT license](https://github.com/aminoxix/fmgr/blob/main/LICENSE).
developed & maintained by aminos. Copyright 2024 ยฉ aminos.
### built with โก by