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.
- π€ 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
- Python 3.9+
- Flask
- Flask-WTF
- Jinja2 (for templating)
- Bootstrap 5
- SQLite (or configurable DB)
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.