Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quicksend/quicksend
🚀 A self-hosted file sharing service (WIP)
https://github.com/quicksend/quicksend
file-sharing monorepo nats nestjs nextjs postgresql react redis typeorm typescript
Last synced: 13 days ago
JSON representation
🚀 A self-hosted file sharing service (WIP)
- Host: GitHub
- URL: https://github.com/quicksend/quicksend
- Owner: quicksend
- Created: 2020-11-17T04:25:17.000Z (about 4 years ago)
- Default Branch: alpha
- Last Pushed: 2023-01-12T01:44:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T20:16:36.809Z (almost 2 years ago)
- Topics: file-sharing, monorepo, nats, nestjs, nextjs, postgresql, react, redis, typeorm, typescript
- Language: TypeScript
- Homepage: https://quicksend.alexyu.xyz/
- Size: 2.23 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Monorepo Structure| Project | Description |
| ----------------------- | ------------------ |
| [CLI](apps/cli) | CLI Client |
| [Core](apps/core) | Quicksend Core |
| [Gateway](apps/gateway) | HTTP Gateway |
| [Web](apps/web) | Next.js Web Client |
| [WebDAV](apps/webdav) | WebDAV Gateway || Library | Description |
| -------------------------------- | ---------------------- |
| [@quicksend/common](libs/common) | Common utility library |