Skip to content

Latest commit

 

History

History
56 lines (51 loc) · 1.05 KB

README.md

File metadata and controls

56 lines (51 loc) · 1.05 KB

Hospital_Management_System

Development Environment -

  • Django - 3.0.5
  • Python - 3.8.2
  • Database - sqlite3
  • IDE - VS Code (Preferred)

Getting Started

  • Clone this repository.
  • Set up a python virtual environment and activate it in your terminal.
  • Open the repo in terminal and run the following commands -
        pip install -r requirements.txt
    
        python manage.py makemigrations
    
        python manage.py migrate
    
        python manage.py runsever
    
  • Open http://127.0.0.1:8000/ in your browser, login and explore

Sample Login Credentials

USER TYPE USERNAME PASSWORD
Patient pulkit test@123
Doctor muditmangal test@123
Receptionist komal test@123
HR dhruv test@123