Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/valkyron/backup-sync-client-server

flutter-ngrok-backup-sync-flask
https://github.com/valkyron/backup-sync-client-server

Last synced: about 2 months ago
JSON representation

flutter-ngrok-backup-sync-flask

Awesome Lists containing this project

README

        

# Backup-sync-client-server

- Flutter app to login (any auth can be used)
- Example flask server holding a backup.zip (timestampped)
- Flask server static link exposed using ngrok

Application
- A django server creating backups at regular intervals, multiple phone clients in sync with server.
- Master slave architecture
- Flutter posts notifications
- Authentication for clients using auth0

## Startup

- Get your own ngrok static link from here
- paste it in flutter main.dart

Flask server

```
python main.py
```

Flutter
```
flutter emulators --launch
flutter run
```