{"id":21472482,"url":"https://github.com/sharantangeda/digitalaudiolibrarylvpei","last_synced_at":"2026-04-10T01:39:55.611Z","repository":{"id":68960534,"uuid":"194201492","full_name":"SHARANTANGEDA/DigitalAudioLibraryLVPEI","owner":"SHARANTANGEDA","description":"A digital audio library to upload and view any audio files","archived":false,"fork":false,"pushed_at":"2019-08-19T16:21:41.000Z","size":12970,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T16:33:23.516Z","etag":null,"topics":["digital-audio-library","gridfs","microsoft-power-bi","mongodb","multer","nodejs","nodemailer","reactjs","sql"],"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-28T03:41:30.000Z","updated_at":"2021-01-17T11:51:23.000Z","dependencies_parsed_at":"2024-06-21T03:02:48.381Z","dependency_job_id":null,"html_url":"https://github.com/SHARANTANGEDA/DigitalAudioLibraryLVPEI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2FDigitalAudioLibraryLVPEI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2FDigitalAudioLibraryLVPEI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2FDigitalAudioLibraryLVPEI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2FDigitalAudioLibraryLVPEI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SHARANTANGEDA","download_url":"https://codeload.github.com/SHARANTANGEDA/DigitalAudioLibraryLVPEI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989713,"owners_count":20379648,"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","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":["digital-audio-library","gridfs","microsoft-power-bi","mongodb","multer","nodejs","nodemailer","reactjs","sql"],"created_at":"2024-11-23T09:49:17.671Z","updated_at":"2025-12-31T00:19:10.895Z","avatar_url":"https://github.com/SHARANTANGEDA.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Digital Audio Library LVPEI\n## Project Description\n#### This web Application completely built on MERN stack with MySQL for PBI Analysis.\n-To Write\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- AudioDigitalLibraryLVPEI\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   senderEmail: 'YOUR_SMTP_CONFIGURED_EMAIL',\n   senderPassword: 'YOUR_SMTP_PASSWORD' };\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=5000 MONGO_URI=\"YOUR_DATABASE_STRING_HERE\" SECRET_OR_KEY='SECRET_OR_KEY_HERE' \n    SQLDB_USERNAME='SQL_DB_USERNAME' SQLDB_PASSWORD='SQL_DB_PASSWORD'SQLDB_DBNAME='SQL_DB_DBNAME' \n    SQLDB_HOST='SQL_HOST_ADDRESS' SQLDB_PORT=3306 LVPEI_EMAIL='EMAIL_ADDRESS_FOR_VERIFICATION' \n    LVPEI_PASSWORD='PASSWORD_FOR_EMAIL' nodejs server.js\n``` \n- **_In case of other OS:_**\n```\n    NODE_ENV='production' PORT=5000 MONGO_URI=\"YOUR_DATABASE_STRING_HERE\" SECRET_OR_KEY='SECRET_OR_KEY_HERE' \n    SQLDB_USERNAME='SQL_DB_USERNAME' SQLDB_PASSWORD='SQL_DB_PASSWORD'SQLDB_DBNAME='SQL_DB_DBNAME' \n    SQLDB_HOST='SQL_HOST_ADDRESS' SQLDB_PORT=3306 LVPEI_EMAIL='EMAIL_ADDRESS_FOR_VERIFICATION' \n    LVPEI_PASSWORD='PASSWORD_FOR_EMAIL' 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\n## Acknowledgements\nI would like to thank **Dr. Anthony 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. Anthony Vipin Das**_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharantangeda%2Fdigitalaudiolibrarylvpei","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharantangeda%2Fdigitalaudiolibrarylvpei","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharantangeda%2Fdigitalaudiolibrarylvpei/lists"}