https://github.com/shashwatkathuria/iitjhealthcare-project
Software Engineering Project for health centre and medical store. Hosted at : https://iitj-healthcare-sk17.herokuapp.com/
https://github.com/shashwatkathuria/iitjhealthcare-project
bootstrap css django html python3 software-engineering web-application web-development
Last synced: 24 days ago
JSON representation
Software Engineering Project for health centre and medical store. Hosted at : https://iitj-healthcare-sk17.herokuapp.com/
- Host: GitHub
- URL: https://github.com/shashwatkathuria/iitjhealthcare-project
- Owner: shashwatkathuria
- Created: 2019-01-16T15:27:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T14:28:09.000Z (28 days ago)
- Last Synced: 2025-04-08T14:32:27.417Z (28 days ago)
- Topics: bootstrap, css, django, html, python3, software-engineering, web-application, web-development
- Language: Python
- Homepage: https://iitj-healthcare-sk17.herokuapp.com/
- Size: 18.4 MB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IITJ Health Care [](https://iitjhealthcaresk17.azurewebsites.net/)    
----------------------------
ABOUT THE PROJECT
----------------------------
This project provides students online access to Health Centre and Medical Store.
The students can get online prescriptions from doctors, request ambulance in
emergency situations and get information about the medicines available in the
Medical Store.🚀 **Hosted at:** [https://iitjhealthcaresk17.azurewebsites.net/](https://iitjhealthcaresk17.azurewebsites.net/)
----------------------------
SOFTWARE ENGINEERING PARADIGMS
----------------------------The various aspects of software engineering applied to this project can be found
in 'ProjectPresentation.pdf'.----------------------------
TECHNOLOGIES USED
----------------------------- Python 3.10.2
- Django 5.2
- SQLLite
- Bootstrap ( HTML / CSS / Javascript )----------------------------
INSTRUCTIONS TO RUN THE PROJECT
----------------------------Type the following commands in sequential order:
python3 -m venv venv (To create virtual environment)
source venv/bin/activate (To activate virtual environment)
pip install -r requirements.txt
python3 manage.py migrate
python3 manage.py runserverTo deactivate the virtual environment:
deactivate
Following are the users for the project:
Patients(Can be registered through website register route):
- email : [email protected] password : shashwat
- email : [email protected] password : mayank
- email : [email protected] password : manish
- email : [email protected] password : shreyasDoctors(Can be registered only through superuser):
- email : [email protected] password : [email protected]
- email : [email protected] password : [email protected]
- email : [email protected] password : [email protected]
- email : [email protected] password : [email protected]----------------------------
# Health Centre
----------------------------This folder contains the Health Centre application of the django project which includes online prescriptions, patients and doctors and other related
information. Main logic and code lies inside static folder, templates folder,
views.py, models.py ,tests.py and urls.py.----------------------------
# Medical Store
----------------------------This folder contains the Medical Store application which include the details
regarding medicines available in the medical store. Main logic and code lies
inside static folder, templates folder, views.py, models.py ,tests.py and
urls.py.----------------------------