Skip to content

emanakin/ontario-care-connect-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeCare Backend

This is the backend service for the HomeCare application, designed to manage user authentication, email verification, and other essential functionalities for at-home care planning.

Requirements

  • Python 3.9+
  • PostgreSQL 16.3
  • Virtual Environment (recommended)

Setup

1. Clone the Repository

git clone https://github.com/your-repo/homecare-backend.git
cd homecare-backend

2. Create a Virtual Environment

python -m venv .venv source .venv/bin/activate # For Linux/MacOS .venv\Scripts\activate # For Windows

3. Install Dependencies

pip install -r requirements.txt

4. Configure Environment Variables

Contact for them!

5. Run Database Migrations

alembic upgrade head

6. Start the Server

uvicorn app.main:app --reload

About

Powered by Python and PostgreSQL, this repository handles API services, caregiver-recipient matching, scheduling, and automated invoicing for the ElderlyEase platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors