https://github.com/tusharojha/file_share_server
File share server is a tool for sharing private files to people using a secure hash token developed in Dart.
https://github.com/tusharojha/file_share_server
dart server shelf
Last synced: 4 months ago
JSON representation
File share server is a tool for sharing private files to people using a secure hash token developed in Dart.
- Host: GitHub
- URL: https://github.com/tusharojha/file_share_server
- Owner: tusharojha
- Created: 2021-03-30T10:51:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T16:26:49.000Z (over 4 years ago)
- Last Synced: 2025-04-12T20:42:47.988Z (about 1 year ago)
- Topics: dart, server, shelf
- Language: Dart
- Homepage:
- Size: 3.53 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# File Share Platform in Dart
File share platform in Dart is a tool for sharing private files to people using a secure hash token.
It's developed in Dart using `shelf` & `shelf router`.
### Read the API docs [here](./docs/APIs.md).
## Installing
Follow the below commands to run the server in your local machine:
```
dart pub get
dart bin/file_share.dart
```
### Generating standalone executables using Dart2Native
You can create a standalone executable using Dart2Native using the following commands:
```
dart compile exe lib/file_share.dart
```
You can find these files inside the [executables](./executables/) directory.
## Screenshots


