{"id":19319383,"url":"https://github.com/hackstarsj/djangomedicalstoremanagementsystem","last_synced_at":"2025-04-22T17:31:51.732Z","repository":{"id":39719922,"uuid":"279034409","full_name":"hackstarsj/DjangoMedicalStoreManagementSystem","owner":"hackstarsj","description":"DjangoMedicalStoreManagementSystem Server Side","archived":false,"fork":false,"pushed_at":"2022-11-22T06:47:35.000Z","size":33515,"stargazers_count":102,"open_issues_count":10,"forks_count":45,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T02:22:13.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/hackstarsj.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}},"created_at":"2020-07-12T09:44:18.000Z","updated_at":"2025-01-29T12:13:32.000Z","dependencies_parsed_at":"2022-09-20T08:52:10.544Z","dependency_job_id":null,"html_url":"https://github.com/hackstarsj/DjangoMedicalStoreManagementSystem","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/hackstarsj%2FDjangoMedicalStoreManagementSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackstarsj%2FDjangoMedicalStoreManagementSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackstarsj%2FDjangoMedicalStoreManagementSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackstarsj%2FDjangoMedicalStoreManagementSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackstarsj","download_url":"https://codeload.github.com/hackstarsj/DjangoMedicalStoreManagementSystem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250287599,"owners_count":21405646,"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":[],"created_at":"2024-11-10T01:23:26.674Z","updated_at":"2025-04-22T17:31:46.723Z","avatar_url":"https://github.com/hackstarsj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DjangoMedicalStoreManagementSystem\n\n\n\n## Live API URL\n\u003ca href=\"https://medicalstoreapi.herokuapp.com/api/\"\u003ehttps://medicalstoreapi.herokuapp.com/api/\u003c/a\u003e\n\n## Live Project LINK \n\u003ca href=\"https://pacific-falls-18076.herokuapp.com/\"\u003ehttps://pacific-falls-18076.herokuapp.com/\u003c/a\u003e\n\n## Login DETAILS\n\u003cpre\u003eUSername : admin\u003c/pre\u003e\n\u003cpre\u003ePassword : admin\u003c/pre\u003e\n\n# For Deploy React APP in HEROKU\n\n## Signup in HEROKU\n\u003cpre\u003ehttps://dashboard.heroku.com/apps\u003c/pre\u003e\n\n## Download Heroku Login\n\u003cpre\u003ehttps://devcenter.heroku.com/articles/heroku-cli#download-and-install\u003c/pre\u003e\n\n## Login To Heroku\n\u003cpre\u003eheroku login\u003c/pre\u003e\n\n## Create Project in Heroku\n\u003cpre\u003eheroku create PROJECT_NAME\u003c/pre\u003e\n\n## Create runtime.txt\n\u003c/pre\u003eADD Python Version in this File (E.G python-3.7.4)\u003c/pre\u003e\n\n## Create requirements.txt and Add Libraries\n\u003cpre\u003eCHECK requirements.txt File\u003c/pre\u003e\n\n## Create Procfile\n\u003cpre\u003eweb: gunicorn PROJECT_LOCATIOn.wsgi --log-file - (E.G : web: gunicorn DjangoMedicalStoreManagementSystem.wsgi --log-file -)\u003c/pre\u003e\n \n ## Change Settings.py Setting\n \u003cpre\u003eFirst Allowed HOST DOMAIN NAME \u003c/pre\u003e\n \u003cpre\u003eSecond ADD Middleware \"whitenoise.middleware.WhiteNoiseMiddleware\" \u003c/pre\u003e\n \u003cpre\u003eThird ADD CORS_ORIGIN_WHITELIST = [\"ADD DOMAIN HERE WITH HTTP URL (E.G : http://localhost:3000)\"] \u003c/pre\u003e\n ## FOURTH ADD THIS SETTING in settings.py \n\u003cpre\u003e\nimport dj_database_url\nprod_db=dj_database_url.config(conn_max_age=500)\nDATABASES['default'].update(prod_db)\n\u003c/pre\u003e\n##================PROJECT DETAIL============\n\nDjangoMedicalStoreManagementSystem Server Side\n\nFor Project Tutorial Please Follow Video : https://www.youtube.com/playlist?list=PLb-NlfexLTk_lsm7qMjMamK51bTAbQ3mH\n\n### For Client Side React Project Follow This Link.\n\n\u003ca href=\"https://github.com/hackstarsj/DjangoMedicalStoreFrontEndInReactJS\"\u003eDjango Medical Store management System Client Side in React JS\u003c/a\u003e\n\n\n\u003cbr\u003e\n\u003ch4\u003eER Diagram\u003c/h4\u003e\n\n\u003cimg src=\"https://github.com/hackstarsj/DjangoMedicalStoreManagementSystem/blob/master/screenshots/ER_DIAGRAM.png\"/\u003e\n\n## How Django and React Works.\n\u003cimg src=\"https://github.com/hackstarsj/DjangoMedicalStoreManagementSystem/blob/master/django-react.png\"\u003e\u003cbr\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackstarsj%2Fdjangomedicalstoremanagementsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackstarsj%2Fdjangomedicalstoremanagementsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackstarsj%2Fdjangomedicalstoremanagementsystem/lists"}