Doctor-and-Patient-Management-System
Doctor-and-Patient-Management-System copied to clipboard
This Project is developed for help any type of clinic of hospital to maintain their Patient, Doctor, Nurse and other stuff. I use Python and its Django full stack framework for building this project
Doctor-and-Patient-Management-System
This Project is developed for help any type of clinic of hospital to maintain their Patient, Doctor, Nurse and other stuff. I use Python and its Django full stack framework for building this project Currently its running on heroku
- Heroku Live ##Login
- username:[email protected] password:p@ssword
- username:[email protected] password:p@ssword
- username:[email protected] password:p@ssword
Follow the steps below to run your machine
- Clone the repository
- Create a virtual enviornment by (python3 -m venv virtual_env_name)
- Active the virtual environment which you just created
- Run commend (pip install -r requirements.txt)
- Run commend (python3 manage.py makemigrations)
- Run commend ( python3 manage.py migrate)
- Run commend ( python3 manage.py runserver)
Now its running on (127.0.0.1)
##Screen shoot