wolfcarev2
Science Score: 28.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: dnellur4
- License: mit
- Language: PHP
- Default Branch: main
- Size: 9.37 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Group-15

🩺WolfCare-V2
About WolfCare :: Flowchart :: Directory Structure :: Technologies :: Getting started :: Demo Video :: Website Design :: Conclusion :: Video :: Group Members
Overview
WolfCare is an online tool that helps patients maintain their health information and connects them to doctors through a secure online portal. The drawbacks of manually scheduling an appointment with a doctor are eliminated by a virtual system. It is practical, improves resource management, and helps synchronize calendar schedules.
The list of doctors' specializations, contact information, and system credentials will all be filled up by the system administrator. In order to locate a doctor who specializes in their needs, people will search the doctor's appointment system website. Users may establish an account, search for doctors based on their specialties, check the doctors' sessions, and make appointments using this website. The management of doctors' patient appointment schedules can also be done in manage sessions. The doctors may then view all of their sessions as well as the patients' appointments based on their availability.
Flowchart

Directory Structure
txt
.github/workflows
src
Admin
patient
Doctor
css
img
docs
tests
.gitignore
.travis.yml
CITATION.md
CODE-OF-CONDUCT.md
CONTRIBUTING.md
INSTALL.md
LICENSE.md
README.md
requirements.txt
setup.py
proj2rubric.md
header.png
flowchart.jpg
Technologies
Gettingstarted
Prerequisite:
- Download XAMPP and run all the servers.
- ### Installation:
- Clone the Github repository in your local system by running
git clone https://github.com/dnellur4/wolfcarev2.gitin your command line or downloading the repository zip file. - ### Instructions to Run the application.
- Place the project repository in
/xampp/htdocs/(Note: the xampp folder will be present in the C directory of your local system). - Run the xampp application, and start the
Apache,MySQL, andFileZillaby clicking on the start button. - Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming wolfcare and Import the provided SQL file (wolfcare.sql).
- Browse the Application in a browser. i.e. http://localhost/wolfcarev2/src/.
- Download XAMPP and run all the servers.
Demo Video
https://user-images.githubusercontent.com/28722298/205794355-d99755c0-9d5d-4195-85c6-3ad0dc89b679.mp4
Website Design
|
|
||
|
|
![]() |
![]() |
||
![]() |
|
Admin page
Admin Page

Database Design
|
Scalability
We performed the load testing on the application hosted locally and observed that it can handle approximately 85 user requests per second. In order to handle more requests (100x or 1000x), we designed an architecture for deploying the application on cloud which would autoscale when the number of requests cross a specific threshold. This enables the application to handle larger loads. The link for the Application Scalability Design
Video
https://user-images.githubusercontent.com/28722298/205790714-bbd64fad-7b95-4b43-bb02-680164967618.mp4
Group Members
- Nelluru, Dedeepya (dnellur)
- Kanamarlapudi, Venkata Gnana Vardhani (vkanama)
- Vengali, Sai Kumar Goud (svengal)
- Immidisetti, Ratan (rimmidi)
- Chirumamilla, Raviteja (rchirum)
Citation (CITATION.md)
[](https://zenodo.org/badge/latestdoi/573536951) Version: 1.0.0 Authors: - Titus, Shreyas - Giridhar, Divya - Patel, Dhruv - Ghevariya, Ravi - Patel, Manan Version: 2.0.0 Authors: - Nelluru, Dedeepya - Kanamarlapudi, Venkata Gnana Vardhani - Vengali, Sai Kumar Goud - Immidisetti, Ratan - Chirumamilla, Raviteja License: MIT License. Repository-code: https://github.com/dnellur4/wolfcarev2 Identifiers: - description: Project2 deliverables - type: doi - value: 10.5281/zenodo.573536951
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v2 composite
- cclauss/Find-Python-syntax-errors-action master composite
- actions/checkout v3 composite
- actions/configure-pages v2 composite
- actions/deploy-pages v1 composite
- actions/setup-python v3 composite
- actions/upload-pages-artifact v1 composite
- actions/checkout v3 composite
- actions/setup-python v3 composite
- pytest ==7.1.2
- actions/checkout v2 composite
- stefanzweifel/git-auto-commit-action v4 composite
- andymckay/pycodestyle-action 0.1.3 composite
- prettier 2.2.0 development
- prettier 2.2.0


