Skip to content

Pulkit-Garg-01/OOAD-Project

Repository files navigation

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

About

Medilocker Final commit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published