An open API service indexing awesome lists of open source software.

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.

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

![Home Screen](./screenshots/Capture.PNG)
![File Share Screen](./screenshots/Capture2.PNG)
![File Download Screen](./screenshots/Capture3.PNG)