Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/valkyron/backup-sync-client-server
- Owner: valkyron
- Created: 2024-04-28T06:37:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T09:59:17.000Z (8 months ago)
- Last Synced: 2024-04-29T08:26:33.065Z (8 months ago)
- Language: Python
- Homepage:
- Size: 8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.dartFlask server
```
python main.py
```Flutter
```
flutter emulators --launch
flutter run
```