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
- Host: GitHub
- URL: https://github.com/janakhpon/tumlmimg
- Owner: janakhpon
- License: mit
- Created: 2019-12-29T08:25:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T00:18:24.000Z (over 6 years ago)
- Last Synced: 2025-10-11T02:35:57.885Z (9 months ago)
- Topics: express, file-sharing, jwt, mongodb, multer, passport
- Language: JavaScript
- Homepage: https://tumlmimg.herokuapp.com/
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.