Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 849 Bytes

README.md

File metadata and controls

48 lines (37 loc) · 849 Bytes

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