An open API service indexing awesome lists of open source software.

https://github.com/janakhpon/tumlmimg

Privacy based Sharing app for scanned Avatar and Signature
https://github.com/janakhpon/tumlmimg

express file-sharing jwt mongodb multer passport

Last synced: 2 months ago
JSON representation

Privacy based Sharing app for scanned Avatar and Signature

Awesome Lists containing this project

README

          

# TUMLMIMG
Privacy based Sharing app for scanned Avatar and Signature. Please Check the `RELEASE_STATUS` before you clone. Here is a deployed link [herokudeploy](https://ei-sgallery.herokuapp.com/).

# Usage
clone the server repository first
git clone https://github.com/janakhpon/ShareImage.git

Get into server directory root folder
cd ShareImage

Install Dependencies using [npm](https://www.npmjs.com/)

npm install
npm i -d
npm run start
npm run dev

Install Dependencies using [yarn](https://yarnpkg.com/en/)

yarn install
yarn add
yarn start
yarn dev

# FULL RESOURCES
[BACKEND/SERVER](https://tumlmimg.herokuapp.com/)
[FRONTEND/CLIENT](https://shareimage.now.sh/)

## RELEASE_STATUS:IN PROGRESS
## RELEASE_CODE: GDEV020
Sorry this project is not completely done yet and only a few features are available. If you are considering about cloning this project please wait till it's completed.

## Description
If you wanna try it on your own clone the `SERVER-SIDE-REPOSITORY` firs then use your own `MONGO_URI` then run `start` or `dev` whatever u like and if it went without errors clone this `CLIENT-SIDE` repo and start the application. I'm sure there will be a few or more errors as this project is completely done for both `CLIENT` and `SERVER`.