It is a web application for Hospital Management in which administrative staffs of hospital can manage the patient information, assign them medicines,diagnostics etc. and can also generate the bill for patient when patient wish to discharge.
- Flask
- Clone the project
- Install flask in the directory where cloned. Using command "pip install flask" in cmd.
- Then run the following commands in cmd to run the project (i). set Flask_APP= flaskr (ii). set Flask_ENV= development (iii). flask run
- Visit url "http://127.0.0.1:5000/auth/login" to see the webpage running.
- Default Username and Password for the authentication is admin and password respectively.