it is an implementation of an image uploader which send an encrypted image to the server and then server decrypts it and store it.
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
-
RUN SERVER
cd project root directory,
node server.js
-
RUN CLIENT
cd into 'client'
npm start
-
TEST SERVER
cd project root directory,
npm test
-
TEST CLIENT
cd into 'client'
npm test