{"id":21472474,"url":"https://github.com/sharantangeda/smartscan","last_synced_at":"2026-04-02T02:50:48.057Z","repository":{"id":68960562,"uuid":"194523487","full_name":"SHARANTANGEDA/SmartScan","owner":"SHARANTANGEDA","description":"SmartScan LVPEI","archived":false,"fork":false,"pushed_at":"2019-07-18T02:51:44.000Z","size":10070,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-17T07:18:47.162Z","etag":null,"topics":["dmv","file-download","file-upload","gridfs","mongodb","multer","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SHARANTANGEDA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-30T14:10:56.000Z","updated_at":"2019-07-27T02:54:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"9255369d-7740-4d4b-8f72-fbe2e3187d7d","html_url":"https://github.com/SHARANTANGEDA/SmartScan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SHARANTANGEDA/SmartScan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2FSmartScan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2FSmartScan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2FSmartScan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2FSmartScan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SHARANTANGEDA","download_url":"https://codeload.github.com/SHARANTANGEDA/SmartScan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2FSmartScan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28132549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-30T02:00:05.476Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dmv","file-download","file-upload","gridfs","mongodb","multer","nodejs","reactjs"],"created_at":"2024-11-23T09:49:16.033Z","updated_at":"2025-12-30T21:04:48.670Z","avatar_url":"https://github.com/SHARANTANGEDA.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartScan\n## Project Description\n#### This web Application completely built on MERN stack.\n  - It is built as cloud platform for **LVPEI** so that Diagnostic centres can send the scan slides(mostly **dicom \n  files**) of the patient in order to standardize the data.\n  - This website contains in-built dicom viewer, to view images.\n  - Multiple images/files can be uploaded/ downloaded at same time\n  - This application has 4 user roles to manage the activity.\n## Getting Started\nThese instructions will help you in getting the application running as local host and deploying in production on a \nprivately hosted linux server.\n\n## Prerequisites\nThis application requires `node \u003e=10.x` and `npm \u003e=6.9.x` installed on your machine.\n\n## Instructions for running the application in development environment\n- MRIStream\n  - config\n    - keys_dev.js(create this file)\n    \nIn **keys_dev.js** add the following code\n    \n```$xslt\nmodule.exports = {\n   mongoURI: 'YOUR_DATABASE_KEY',\n   secretOrKey: 'YOUR_SECRET_OR_KEY',\n   LVPEI_API_KEY: 'DATABASE_API_URI_HERE'\n };\n```\n\nAfter these files are added run the following commands from project folder\n- `npm install` _It installs all the server node_modules_\n- `npm install client-install` _It installs the client node_modules_\n- `npm run dev` _It runs server and client on 5000 and 3000 port respectively_\n\n## Instructions for running the app in production server\n\n- `npm install` _It installs all the server node_modules_\n- `npm install client-install` _It installs the client node_modules_\n- `cd client` _get to client directory_\n- `npm run build` _Create optimized production build of react_\n- `cd ..` _Get back_\n- **_In case of ubuntu server:_**\n```\n    NODE_ENV='production' PORT=3000 MONGO_URI=\"YOUR_DATABASE_STRING_HERE\" \n    SECRET_OR_KEY='SECRET_OR_KEY_HERE' \n    API_KEY='PATIENT_URI_HERE' nodejs server.js\n``` \n- **_In case of other OS:_**\n```\n    NODE_ENV='production' PORT=3000 MONGO_URI=\"YOUR_DATABASE_STRING_HERE\" \n    SECRET_OR_KEY='SECRET_OR_KEY_HERE' \n    API_KEY='PATIENT_URI_HERE' node server.js\n```\n\nThat's it you are set up...........\n## Author\n**_`Sai Sharan Tangeda`_** - [Github profile](https://github.com/SHARANTANGEDA?tab=repositories)\n## Offline Tumor, orbital Volume of eye Analysis Tools\nIf you would like to take a look at our offline volume/ distance analysis tool. below is the Link.\n[Git Hub Repository Link](https://github.com/PandaBoi/Tkinter_GUI)\n## Acknowledgements\nI would like to thank **Dr. Tarjani Vivek Dave** and **Dr. Vipin Das** for their support and guidance in building \nthe application.\n## Copyrights\n- This code can be used by any individual for development purposes without consent of author(_**#Keeps the spirit \nalive!!!**_). \n- But any organization or individual of any kind other than _**LVPEI or the Author**_ using it for commercial purposes \nmust take permission of the _**author**_ or above mentioned _**Dr. Tarjani Vivek Dave**_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharantangeda%2Fsmartscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharantangeda%2Fsmartscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharantangeda%2Fsmartscan/lists"}