Skip to content

lcy101u/file-sharing-encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Sharing with Encryption

code style

Official site

Screenshot

Upload the file you would like to share. And you can choose to enter the password or not.

upload

After clicking share button there will have a link.

link

Input the password you set then click download.

download

Prerequisites

  1. Node.js (v14.16.0 recommended)
  2. GitBash or Cmder(Windows) / Terminal (Mac)

Installation

  1. Open your terminal, then clone the repo to your local.
git clone https://github.com/lcy101u/file-sharing-encrypt.git
  1. Move to repo directory.
cd file-sharing-encrypt
  1. Install dependencies.
npm install

Execution

  1. Start Express server in Node.js
npm run start

OR Start Express server in dev mode (By Nodemon)

npm run dev
  1. Connect to http://localhost:3000
  2. To quit from server
ctrl + c

Contributor

Young

About

This project share the file with encryption using bcrypt with nodejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published