Skip to content

It is an implementation of an image uploader which send an encrypted image to the server and then server decrypts it and store it.

Notifications You must be signed in to change notification settings

prakashujjwal1010/image-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMAGE UPLOADER

it is an implementation of an image uploader which send an encrypted image to the server and then server decrypts it and store it.

Screenshot from 2020-03-17 00-57-00

Installing Packages

cd into project root directory 'image-uploader' then install required packages for SERVER

npm install

now cd into 'client'

then install required packages for client

npm install

Instructions

  1. RUN SERVER

    cd project root directory,

    node server.js
  2. RUN CLIENT

    cd into 'client'

    npm start

Test

  1. TEST SERVER

    cd project root directory,

    npm test
  2. TEST CLIENT

    cd into 'client'

    npm test

About

It is an implementation of an image uploader which send an encrypted image to the server and then server decrypts it and store it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published