Giter VIP home page Giter VIP logo

djangomedicalstoremanagementsystem's Introduction

DjangoMedicalStoreManagementSystem

Live API URL

https://medicalstoreapi.herokuapp.com/api/

Live Project LINK

https://pacific-falls-18076.herokuapp.com/

Login DETAILS

USername : admin
Password : admin

For Deploy React APP in HEROKU

Signup in HEROKU

https://dashboard.heroku.com/apps

Download Heroku Login

https://devcenter.heroku.com/articles/heroku-cli#download-and-install

Login To Heroku

heroku login

Create Project in Heroku

heroku create PROJECT_NAME

Create runtime.txt

ADD Python Version in this File (E.G python-3.7.4)

Create requirements.txt and Add Libraries

CHECK requirements.txt File

Create Procfile

web: gunicorn PROJECT_LOCATIOn.wsgi --log-file - (E.G : web: gunicorn DjangoMedicalStoreManagementSystem.wsgi --log-file -)

Change Settings.py Setting

First Allowed HOST DOMAIN NAME 
Second ADD Middleware "whitenoise.middleware.WhiteNoiseMiddleware" 
Third ADD CORS_ORIGIN_WHITELIST = ["ADD DOMAIN HERE WITH HTTP URL (E.G : http://localhost:3000)"] 

FOURTH ADD THIS SETTING in settings.py

import dj_database_url
prod_db=dj_database_url.config(conn_max_age=500)
DATABASES['default'].update(prod_db)

##================PROJECT DETAIL============

DjangoMedicalStoreManagementSystem Server Side

For Project Tutorial Please Follow Video : https://www.youtube.com/playlist?list=PLb-NlfexLTk_lsm7qMjMamK51bTAbQ3mH

For Client Side React Project Follow This Link.

Django Medical Store management System Client Side in React JS


ER Diagram

How Django and React Works.


djangomedicalstoremanagementsystem's People

Contributors

hackstarsj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

djangomedicalstoremanagementsystem's Issues

Login Credentials

Hello,
Thanks for such project. I want to study your project it seems the login credentials are not working

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.