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.
- Python 3.9+
- PostgreSQL 16.3
- Virtual Environment (recommended)
git clone https://github.com/your-repo/homecare-backend.git
cd homecare-backendpython -m venv .venv source .venv/bin/activate # For Linux/MacOS .venv\Scripts\activate # For Windows
pip install -r requirements.txt
Contact for them!
alembic upgrade headuvicorn app.main:app --reload