Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.25 KB

forthebadge forthebadge

Zoom Smart Sync

Zoom Smart Sync is a desktop application built on Electron.JS which enables the files stored in the local system to be synced with AWS S3.

The features of Zoom Smart Sync can be stated as below:

  1. User has to login to use the application.
  2. Uploads files to S3 by drag & drop.
  3. Uploads files through background auto sync process.

Installation

Windows Installer

Install the given .exe file and use the application. The app's directory will be created on desktop.

Build from scratch [Linux, Win, MacOS]

Prerequisite

  • NodeJS and NPM should be installed in the system.

API

  1. Run npm install in api folder's terminal.
  2. Run npm start to start the server.

APP

  1. Run npm install in app folder's terminal.
  2. Run npm start to start the server.

To build

  • Run npx electron-builder build in app folders's terminal.

Built with

  1. Node.JS
  2. Electron.JS