se-group-25-wolfcare

Software Engineering Project 1 - WolfCare

https://github.com/divyagiridhar/se-group-25-wolfcare

Science Score: 54.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
    Found codemeta.json file
  • .zenodo.json file
    Found .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 (6.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Software Engineering Project 1 - WolfCare

Basic Info
  • Host: GitHub
  • Owner: divyagiridhar
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 11.2 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 15
  • Open Issues: 0
  • Releases: 2
Created over 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

🩺WolfCare

Online Doctor Appointment and Symptoms Checker

DOI

Table of Contents

  • About WolfCare
  • Flowchart
  • Website Design
  • Database Design
  • Target Audience
  • Technologies
  • Installation Guide
  • Documentation
  • License
  • Contributors
  • Help

  • About WolfCare 🤘

    WolfCare is an online application that manages the health portfolio of the patient and provides doctor’s assistance through an online portal. A virtual doctor appointment booking system overrides the problems of booking an appointment manually. It is convenient, helps in better resource management and aids in syncing of calender schedules. This project provides a platform for the users to create an account, search for doctors at a given location, view the doctor's background and book appointments. Additionally, we have included a symptoms check where users can add theor test report values and view the results of a medical condition. https://user-images.githubusercontent.com/54198410/194599349-2d8e7412-777e-4f72-9f58-2b48cf1f2d84.mp4

    Flowchart ⏬


    Website Design 🖥️

    1. Main Page

    <img src="/images/main.png">
    

    2. Welcome Page


    3. Login Page



    4. Home Page



    5. Search Page


    Database Design 💾

    1. Main Database

    2. Doctors' Database

    3. Users' Database


    🎯 Target Audience 👨‍👨‍👧‍👧

    WolfCare targets uses who would like to check the presence of any medical conditions and book an appointment with a doctor.

    Technologies :electron:

    Javascript   PHP   MYSQL   HTML   CSS

    Installation Guide ✔️

    Note: All the requirements of the project are listed in the requirements.txt file with their required versions. The INSTALL.md guides on how to download the required applications.

    1. Clone the Github repository in your local system by running git clone https://github.com/divyagiridhar/SE-Group-25-WolfCare.git in your command line or downloading the repository zip file.
    2. This project uses xampp, so make sure to install xampp in your system.
    3. Place the project repository in /xampp/htdocs/ (Note: the xampp folder will be present in the C directory of your local system).
    4. Run the xampp application, and start the Apache, MySQL, and FileZilla by clicking on the start button.
    5. Open the project in Visual Studio Code (VS Code) → Go to code/medical-rules/index.html and press the Go Live button present at the bottom right corner. (Tip: If there isn't any Go Live button present at the bottom right corner in VS Code, install the extension → Live Server.)
    6. Open code/wolfcare-main/html/main.html through localhost.



    Still not getting it? Confused? Of course we are the saviours and creators, you can take a look at the video tutorial given below.


    https://user-images.githubusercontent.com/30078834/194672106-53b41cd8-fc84-40a3-874e-a51936059b86.mp4



    Documentation 🖋️

    Home Page
    Main Page
    Login Page
    Search Page

    How?

    Click here.

    Why?

    Click here.

    Licenses 📝

    MIT License is used in this project.

    Help 📧

    You can email any queries to the contributors mentioned below.


    Ravi Ghevariya  |   Dhruv Patel  |  Manan Patel  |  Divya Giridhar  |  Shreyas Titus |


    Owner

    • Login: divyagiridhar
    • Kind: user

    Citation (CITATION.cff)

    cff-version: 1.2.0
    message: "If you use our code, please cite it as below."
    authors:
    - family-names: "Ghevariya"
      given-names: "Ravi"
    - family-names: "Giridhar"
      given-names: "Divya"
    - family-names: "Patel"
      given-names: "Dhruv"
    - family-names: "Titus"
      given-names: "Shreyas" 
    - family-names: "Patel"
      given-names: "Manan" 
    title: "CSC 510 Software Engineering: Project 1 - Group 25:"
    

    GitHub Events

    Total
    Last Year

    Dependencies

    .github/workflows/Coverage.yml actions
    • actions/checkout v3 composite
    • actions/setup-python v3 composite
    .github/workflows/lint.yml actions
    • actions/checkout v2 composite
    • cclauss/Find-Python-syntax-errors-action master composite
    .github/workflows/python-app.yml actions
    • actions/checkout v3 composite
    • actions/setup-python v3 composite
    .github/workflows/style_checker.yml actions
    • andymckay/pycodestyle-action 0.1.3 composite
    requirements.txt pypi
    • pytest ==7.1.2