Skip to content

🩺 A prototype web application for managing domiciliary care services. Built with Flask and Bootstrap, this app provides a foundation for tracking clients, carers, and care visits in a simple interface. πŸ”§ Still under development and testing. Ideal for refining workflows before moving into production.This is a protoype for Paherssia Care in phase

Notifications You must be signed in to change notification settings

AshleyMush/Parherssia_CAre_Prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🩺 Parherssia Care Prototype

Parherssia Care is a prototype web application built to support domiciliary care operations. It is designed to streamline tasks like managing clients, carers, visits, and documentation. The app uses Flask as the backend framework with Bootstrap for responsive front-end styling.

This version is still in the prototype phase and focuses on core functionality, not final UI or deployment.


βš™οΈ Features

  • πŸ‘€ Client and carer record pages
  • πŸ“… Visit scheduling (basic prototype version)
  • πŸ—‚οΈ Organized page layout with Bootstrap templates
  • πŸ“‹ Form handling using Flask-WTF
  • πŸ” Login system (if implemented in future)
  • πŸ§ͺ A base to test care-related app ideas before production

πŸ› οΈ Tech Stack

  • Python 3.9+
  • Flask
  • Flask-WTF
  • Jinja2 (for templating)
  • Bootstrap 5
  • SQLite (or configurable DB)

πŸš€ Getting Started

Step 1: Clone the repository

git clone https://github.com/AshleyMush/Parherssia_CAre_Prototype.git
cd Parherssia_CAre_Prototype


Step 2: Set up a virtual environment
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate


Step 3: Install dependencies
pip install -r requirements.txt

Run the app:
python app.py


# πŸ“‚ Project Structure
Parherssia_CAre_Prototype/
β”œβ”€β”€ static/           # CSS, images
β”œβ”€β”€ templates/        # HTML templates
β”œβ”€β”€ app.py            # Flask application
β”œβ”€β”€ forms.py          # WTForms (if used)
β”œβ”€β”€ models.py         # Database models (if added)
β”œβ”€β”€ requirements.txt  # Dependencies
└── README.md


🧭 Roadmap
Add database models for clients, carers, and visit records

Implement authentication for secure access

Add an admin dashboard

Connect forms to backend logic

Deploy using Render or Railway


# πŸ§‘β€πŸ’» About the Developer
Built by Ashley Tanaka Mushayanyama
πŸ’» ashleytanaka.dev
πŸ“§ tanaka.mush@gmail.com

This project is part of Ashley's caretech exploration, blending care coordination with modern web development practices.

About

🩺 A prototype web application for managing domiciliary care services. Built with Flask and Bootstrap, this app provides a foundation for tracking clients, carers, and care visits in a simple interface. πŸ”§ Still under development and testing. Ideal for refining workflows before moving into production.This is a protoype for Paherssia Care in phase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published